home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / bbs / rfc / rfcxxx_2.lha / RFCxxx / rfc943 < prev    next >
Text File  |  1995-07-26  |  105KB  |  2,900 lines

  1.  
  2. Network Working Group                                        J. Reynolds
  3. Request for Comments:  943                                     J. Postel
  4.                                                                      ISI
  5. Obsoletes RFCs:  923, 900, 870,                               April 1985
  6. 820, 790, 776, 770, 762, 758,
  7. 755, 750, 739, 604, 503, 433, 349
  8. Obsoletes IENs:  127, 117, 93
  9.  
  10.  
  11.                             ASSIGNED NUMBERS
  12.  
  13.  
  14. Status of this Memo
  15.  
  16.    This memo is an official status report on the numbers used in
  17.    protocols in the ARPA-Internet community.  Distribution of this memo
  18.    is unlimited.
  19.  
  20. Introduction
  21.  
  22.    This Network Working Group Request for Comments documents the
  23.    currently assigned values from several series of numbers used in
  24.    network protocol implementations.  This RFC will be updated
  25.    periodically, and in any case current information can be obtained
  26.    from Joyce Reynolds.  The assignment of numbers is also handled by
  27.    Joyce.  If you are developing a protocol or application that will
  28.    require the use of a link, socket, port, protocol, network number,
  29.    etc., please contact Joyce to receive a number assignment.
  30.  
  31.       Joyce Reynolds
  32.       USC - Information Sciences Institute
  33.       4676 Admiralty Way
  34.       Marina del Rey, California  90292-6695
  35.  
  36.       Phone: (213) 822-1511
  37.  
  38.       ARPA mail: JKREYNOLDS@USC-ISIF.ARPA
  39.  
  40.    Most of the protocols mentioned here are documented in the RFC series
  41.    of notes.  The more prominent and more generally used are documented
  42.    in the "Internet Protocol Transition Workbook" [35] or in the old
  43.    "ARPANET Protocol Handbook" [36] prepared by the NIC.  Some of the
  44.    items listed are undocumented.  Further information on protocols can
  45.    be found in the memo "Official ARPA-Internet Protocols" [92].
  46.  
  47.    In all cases the name and mailbox of the responsible individual is
  48.    indicated.  In the lists that follow, a bracketed entry, e.g.,
  49.    [nn,iii], at the right hand margin of the page indicates a reference
  50.    for the listed protocol, where the number ("nn") cites the document
  51.    and the letters ("iii") cites the person.  Whenever possible, letters
  52.    are a NIC Ident as used in the WHOIS service.
  53.  
  54.  
  55.  
  56. Reynolds & Postel                                               [Page 1]
  57.  
  58.  
  59.  
  60. Assigned Numbers                                                 RFC 943
  61. Network Numbers
  62.  
  63.  
  64.                         ASSIGNED NETWORK NUMBERS
  65.  
  66.    The network numbers listed here are used as internet addresses by the
  67.    Internet Protocol (IP) [35,80].  The IP uses a 32-bit address field
  68.    and divides that address into a network part and a "rest" or local
  69.    address part.  The division takes 3 forms or classes.
  70.  
  71.       The first type of address, or class A, has a 7-bit network number
  72.       and a 24-bit local address.  The highest-order bit is set to 0.
  73.       This allows 128 class A networks.
  74.  
  75.                            1                   2                   3   
  76.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  77.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  78.       |0|   NETWORK   |                Local Address                  |
  79.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  80.  
  81.                              Class A Address
  82.  
  83.       The second type of address, class B, has a 14-bit network number
  84.       and a 16-bit local address.  The two highest-order bits are set to
  85.       1-0.  This allows 16,384 class B networks.
  86.  
  87.                            1                   2                   3   
  88.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  89.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  90.       |1 0|           NETWORK         |          Local Address        |
  91.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  92.  
  93.                              Class B Address
  94.  
  95.       The third type of address, class C, has a 21-bit network number
  96.       and a 8-bit local address.  The three highest-order bits are set
  97.       to 1-1-0.  This allows 2,097,152 class C networks.
  98.  
  99.                            1                   2                   3   
  100.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  101.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  102.       |1 1 0|                    NETWORK              | Local Address |
  103.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  104.  
  105.                              Class C Address
  106.  
  107.       Note:  No addresses are allowed with the three highest-order bits
  108.       set to 1-1-1.  These addresses (sometimes called "class D") are
  109.       reserved.
  110.  
  111.  
  112.  
  113.  
  114. Reynolds & Postel                                               [Page 2]
  115.  
  116.  
  117.  
  118. Assigned Numbers                                                 RFC 943
  119. Network Numbers
  120.  
  121.  
  122.    One commonly used notation for internet host addresses divides the
  123.    32-bit address into four 8-bit fields and specifies the value of each
  124.    field as a decimal number with the fields separated by periods.  This
  125.    is called the "dotted decimal" notation.  For example, the internet
  126.    address of USC-ISIF.ARPA in dotted decimal is 010.002.000.052, or
  127.    10.2.0.52.
  128.  
  129.    The dotted decimal notation will be used in the listing of assigned
  130.    network numbers.  The class A networks will have nnn.rrr.rrr.rrr, the
  131.    class B networks will have nnn.nnn.rrr.rrr, and the class C networks
  132.    will have nnn.nnn.nnn.rrr, where nnn represents part or all of a
  133.    network number and rrr represents part or all of a local address.
  134.  
  135.    There are four catagories of users of Internet Addresses: Research,
  136.    Defense, Government (Non-Defense), and Commercial.  To reflect the
  137.    allocation of network identifiers among the categories, a
  138.    one-character code is placed to the left of the network number: R for
  139.    Research, D for Defense, G for Government, and C for Commercial (see
  140.    Appendix A for further details on this division of the network
  141.    identification).
  142.  
  143.    Network numbers are assigned for networks that are connected to the
  144.    ARPA-Internet and DDN-Internet, and for independent networks that use
  145.    the IP family protocols (these are usually commercial).  These
  146.    independent networks are marked with an asterisk preceding the
  147.    number.
  148.  
  149.    The administrators of independent networks must apply separately for
  150.    permission to interconnect their network with either the
  151.    ARPA-Internet of the DDN-Internet.  Independent networks need not be
  152.    listed in the working tables of either the ARPA-Internet or
  153.    DDN-Internet hosts or gateways.
  154.  
  155.    For various reasons, the assigned numbers of networks are sometimes
  156.    changed.  To ease the transition the old number will be listed for a
  157.    transition period as well.  These "old number" entries will be marked
  158.    with a "T" following the number and preceding the name, and the
  159.    network name will be suffixed "-TEMP".
  160.  
  161.    Special Addresses:
  162.  
  163.       In certain contexts, it is useful to have fixed addresses with
  164.       functional significance rather than as identifiers of specific
  165.       hosts.  When such usage is called for, the address zero is to be
  166.       interpreted as meaning "this", as in "this network".  The address
  167.       of all ones are to be interpreted as meaning "all", as in "all
  168.       hosts".  For example, the address 128.9.255.255 could be
  169.  
  170.  
  171.  
  172. Reynolds & Postel                                               [Page 3]
  173.  
  174.  
  175.  
  176. Assigned Numbers                                                 RFC 943
  177. Network Numbers
  178.  
  179.  
  180.       interpreted as meaning all hosts on the network 128.9.  Or, the
  181.       address 0.0.0.37 could be interpreted as meaning host 37 on this
  182.       network.
  183.  
  184.    Assigned Network Numbers
  185.  
  186.    Class A Networks
  187.  
  188.       * Internet Address  Name          Network               References
  189.       - ----------------  ----          -------               ----------
  190.         000.rrr.rrr.rrr                 Reserved                   [JBP]
  191.       R 004.rrr.rrr.rrr   SATNET        Atlantic Satellite Network[DM11]
  192.       D 006.rrr.rrr.rrr T YPG-NET-TEMP  Yuma Proving Grounds     [8,BXA]
  193.       D 007.rrr.rrr.rrr T EDN-TEMP      DCEC EDN                   [EC5]
  194.       R 008.rrr.rrr.rrr T BBN-NET-TEMP  BBN Network               [JSG5]
  195.       R 010.rrr.rrr.rrr   ARPANET       ARPANET              [8,36,REK2]
  196.       D 011.rrr.rrr.rrr   DODIIS        DoD INTEL INFO SYS         [AY7]
  197.       C 012.rrr.rrr.rrr   ATT           ATT, Bell Labs            [MH12]
  198.       C 014.rrr.rrr.rrr   PDN           Public Data Network       [REK4]
  199.       R 018.rrr.rrr.rrr T MIT-TEMP      MIT Network         [17,91,DDC2]
  200.       D 021.rrr.rrr.rrr   DDN-RVN       DDN-RVN                    [MLC]
  201.       D 022.rrr.rrr.rrr   DISNET        DISNET                    [FLM2]
  202.       D 023.rrr.rrr.rrr   DDN-TC-NET    DDN-TestCell-Network      [DH17]
  203.       D 024.rrr.rrr.rrr   MINET         MINET                    [8,DHH]
  204.       R 025.rrr.rrr.rrr   RSRE-EXP-NET  RSRE                      [RNM1]
  205.       D 026.rrr.rrr.rrr   MILNET        MILNET                    [FLM2]
  206.       R 027.rrr.rrr.rrr T NOSC-LCCN-TEMPNOSC / LCCN                [RH6]
  207.       R 028.rrr.rrr.rrr   WIDEBAND      Wide Band Satellite Net   [CJW2]
  208.       D 029.rrr.rrr.rrr T MILX25-TEMP   MILNET X.25 Temp           [MLC]
  209.       D 030.rrr.rrr.rrr T ARPAX25-TEMP  ARPA X.25 Temp             [MLC]
  210.       R 032.rrr.rrr.rrr   UCL-TAC       UCL TAC                     [PK]
  211.       R 036.rrr.rrr.rrr T SU-NET-TEMP   Stanford University Network[JCM]
  212.       R 039.rrr.rrr.rrr T SRINET-TEMP   SRI Local Network         [GEOF]
  213.       R 041.rrr.rrr.rrr   BBN-TEST-A    BBN-GATE-TEST-A            [RH6]
  214.       R 044.rrr.rrr.rrr   AMPRNET       Amateur Radio Experiment Net[HM]
  215.         001.rrr.rrr.rrr-003.rrr.rrr.rrr Unassigned                 [JBP]
  216.         005.rrr.rrr.rrr                 Unassigned                 [JBP]
  217.         009.rrr.rrr.rrr                 Unassigned                 [JBP]
  218.         013.rrr.rrr.rrr                 Unassigned                 [JBP]
  219.         015.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned                 [JBP]
  220.         019.rrr.rrr.rrr-020.rrr.rrr.rrr Unassigned                 [JBP]
  221.         031.rrr.rrr.rrr                 Unassigned                 [JBP]
  222.         033.rrr.rrr.rrr-035.rrr.rrr.rrr Unassigned                 [JBP]
  223.         037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned                 [JBP]
  224.         040.rrr.rrr.rrr                 Unassigned                 [JBP]
  225.         042.rrr.rrr.rrr-043.rrr.rrr.rrr Unassigned                 [JBP]
  226.         045.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned                 [JBP]
  227.         127.rrr.rrr.rrr                 Reserved                   [JBP]
  228.  
  229.  
  230. Reynolds & Postel                                               [Page 4]
  231.  
  232.  
  233.  
  234. Assigned Numbers                                                 RFC 943
  235. Network Numbers
  236.  
  237.  
  238.    Class B Networks
  239.  
  240.       * Internet Address  Name          Network               References
  241.       - ----------------  ----          -------               ----------
  242.         128.000.rrr.rrr                 Reserved                   [JBP]
  243.       R 128.001.rrr.rrr   BBN-TEST-B    BBN-GATE-TEST-B            [RH6]
  244.       R 128.002.rrr.rrr   CMU-NET       CMU-Ethernet              [HDW2]
  245.       R 128.003.rrr.rrr   LBL-CSAM      LBL-CSAM-RESEARCH         [JS38]
  246.       R 128.004.rrr.rrr   DCNET         LINKABIT DCNET         [62,DLM1]
  247.       R 128.005.rrr.rrr   FORDNET       FORD DCNET             [62,DLM1]
  248.       R 128.006.rrr.rrr   RUTGERS       RUTGERS                   [CLH3]
  249.       R 128.007.rrr.rrr   DFVLR         DFVLR DCNET Network       [HDC1]
  250.       R 128.008.rrr.rrr   UMDNET        Univ of Maryland DCNET [62,DLM1]
  251.       R 128.009.rrr.rrr   ISI-NET       USC-ISI Local Network      [CMR]
  252.       R 128.010.rrr.rrr   PURDUE-CS-NET Purdue Computer Science    [CAK]
  253.       R 128.011.rrr.rrr   BBN-CRONUS    BBN DOS Project         [57,WIM]
  254.       R 128.012.rrr.rrr   SU-NET        Stanford University Net    [JCM]
  255.       D 128.013.rrr.rrr   MATNET        Mobile Access Terminal Net[DM11]
  256.       R 128.014.rrr.rrr   BBN-SAT-TEST  BBN SATNET Test Net       [DM11]
  257.       R 128.015.rrr.rrr   S1NET         LLL-S1-NET                [EAK1]
  258.       R 128.016.rrr.rrr   UCLNET        University College London   [PK]
  259.       D 128.017.rrr.rrr   MATNET-ALT    Mobile Access Terminal Alt[DM11]
  260.       R 128.018.rrr.rrr   SRINET        SRI Local Network         [GEOF]
  261.       D 128.019.rrr.rrr   EDN           DCEC EDN                   [EC5]
  262.       D 128.020.rrr.rrr   BRLNET        BRLNET                  [8,MJM2]
  263.       R 128.021.rrr.rrr   SF-PR-1       SF-1 Packet Radio Network  [JEM]
  264.       R 128.022.rrr.rrr   SF-PR-2       SF-2 Packet Radio Network  [JEM]
  265.       R 128.023.rrr.rrr   BBN-PR        BBN Packet Radio Network  [JAW3]
  266.       R 128.024.rrr.rrr   ROCKWELL-PR   Rockwell Packet Radio Net  [EHP]
  267.       D 128.025.rrr.rrr   BRAGG-PR      Ft. Bragg Packet Radio Net [JEM]
  268.       D 128.026.rrr.rrr   SAC-PR        SAC Packet Radio Network   [BG5]
  269.       D 128.027.rrr.rrr   DEMO-PR-1     Demo-1 Packet Radio Network[LCS]
  270.       D 128.028.rrr.rrr   C3-PR         Testbed Development PR NET [BG5]
  271.       R 128.029.rrr.rrr   MITRE         MITRE Cablenet          [99,APS]
  272.       R 128.030.rrr.rrr   MIT-NET       MIT Local Network         [DDC2]
  273.       R 128.031.rrr.rrr   MIT-RES       MIT Research Network      [DDC2]
  274.       R 128.032.rrr.rrr   UCB-ETHER     UC Berkeley Ethernet      [DAM1]
  275.       R 128.033.rrr.rrr   BBN-NET       BBN Network               [JSG5]
  276.       R 128.034.rrr.rrr   NOSC-LCCN     NOSC / LCCN                [RH6]
  277.       R 128.035.rrr.rrr   CISLTESTNET1  Honeywell            [48,49,RK1]
  278.       R 128.036.rrr.rrr   YALE-NET      YALE NET               [113,JO5]
  279.       D 128.037.rrr.rrr   YPG-NET       Yuma Proving Grounds     [8,BXA]
  280.       D 128.038.rrr.rrr   NSWC-NET      NSWC Local Host Net       [RLH2]
  281.       R 128.039.rrr.rrr   NTANET        NDRE-TIU                   [PS3]
  282.       R 128.040.rrr.rrr   UCL-NET-A     UCL                        [RC7]
  283.       R 128.041.rrr.rrr   UCL-NET-B     UCL                        [RC7]
  284.       R 128.042.rrr.rrr   RICE-NET      Rice University     [62,113,PGM]
  285.       R 128.043.rrr.rrr   DRENET        Canada REF ARPANET      [8,JR17]
  286.  
  287.  
  288. Reynolds & Postel                                               [Page 5]
  289.  
  290.  
  291.  
  292. Assigned Numbers                                                 RFC 943
  293. Network Numbers
  294.  
  295.  
  296.       D 128.044.rrr.rrr   WSMR-NET      White Sands Network        [TBS]
  297.       C 128.045.rrr.rrr   DEC-WRL-NET   DEC WRL Network       [113,RKJ2]
  298.       R 128.046.rrr.rrr   PURDUE-NET    Purdue Campus Network      [CAK]
  299.       D 128.047.rrr.rrr   TACTNET       Tactical Packet Net      [7,KTP]
  300.       C*128.048.rrr.rrr   UCDLA-NET     UCDLA MELVYL Network     [8,CXL]
  301.       R 128.049.rrr.rrr   NOSC-ETHER    NOSC Ethernet         [113,RLB3]
  302.       G 128.050.rrr.rrr   COINS         COINS On-Line Intel Net   [RLS6]
  303.       G 128.051.rrr.rrr   COINSTNET     COINS TEST NETWORK        [RLS6]
  304.       R 128.052.rrr.rrr   MIT-AI-NET    MIT AI NET             [113,MDC]
  305.       R 128.053.rrr.rrr   SAC-PR-2      SAC PRNET Number 2         [BG5]
  306.       R 128.054.rrr.rrr   UCSD          UC San Diego Network  [113,GH29]
  307.       R*128.055.rrr.rrr   MFENET        LLNL MFE Network        [97,DRP]
  308.       D 128.056.rrr.rrr   USNA-NET      US Naval Academy Network   [TXS]
  309.       D 128.057.rrr.rrr   DEMO-PR-2     Demo-2 Packet Radio Net    [LCS]
  310.       C*128.058.rrr.rrr   SPAR          Schlumberger PA Net    [113,RXB]
  311.       R 128.059.rrr.rrr   CU-NET        Columbia University    [113,LH2]
  312.       D 128.060.rrr.rrr   NRL-LAN       NRL Lab Area Net           [WF3]
  313.       R*128.061.rrr.rrr   GATECH        Georgia Tech           [113,SXA]
  314.       R 128.062.rrr.rrr   MCC-NET       MCC Corporate Net      [113,CBD]
  315.       R 128.063.rrr.rrr   BRL-SUBNET    BRL-SUBNET-EXP            [RBN1]
  316.       R 128.064.rrr.rrr-128.079.rrr.rrr Net Dynamics Exp           [ZSU]
  317.       D 128.080.rrr.rrr   CECOMNET      CECOM EPR NET             [PFS2]
  318.         128.081.rrr.rrr-191.254.rrr.rrr Unassigned                 [JBP]
  319.         191.255.rrr.rrr                 Reserved                   [JBP]
  320.  
  321.    Class C Networks
  322.  
  323.       * Internet Address  Name          Network               References
  324.       - ----------------  ----          -------               ----------
  325.         192.000.000.rrr                 Reserved                   [JBP]
  326.       R 192.000.001.rrr   BBN-TEST-C    BBN-GATE-TEST-C            [RH6]
  327.         192.000.002.rrr-192.000.255.rrr Unassigned                 [JBP]
  328.       R 192.001.000.rrr-192.001.008.rrr BBN local networks         [SGC]
  329.       R 192.001.009.rrr   BBN-ENET3     BBN-ENET3                  [SGC]
  330.       R 192.001.010.rrr   BBN-NETR      BBN-NETR                   [SGC]
  331.       R 192.001.011.rrr   BBN-SPC-ENET  BBN-SPC-ENET               [SGC]
  332.       R 192.001.012.rrr-192.003.255.rrr BBN local networks         [SGC]
  333.       R*192.004.000.rrr-192.004.255.rrr Bellcore-Net           [113,PXK]
  334.       R 192.005.001.rrr   CISLHYPERNET  Honeywell                  [RK1]
  335.       R 192.005.002.rrr   WISC          Univ of Wisconsin Madison [RS23]
  336.       C 192.005.003.rrr   HP-DESIGN-AIDS HP Design Aids            [NXK]
  337.       C 192.005.004.rrr   HP-TCG-UNIX   Hewlett Packard TCG Unix   [NXK]
  338.       R 192.005.005.rrr   DEC-MRNET     DEC Marlboro Ethernet  [106,KWP]
  339.       R 192.005.006.rrr   DEC-MRRAD     DEC Marlboro Developmt [106,KWP]
  340.       R 192.005.007.rrr   CIT-CS-NET    Caltech-CS-Net         [112,DSW]
  341.       R 192.005.008.rrr   WASHINGTON    University of Washington  [JAR4]
  342.       R 192.005.009.rrr   AERONET       Aerospace Labnet         [2,LCN]
  343.       R 192.005.010.rrr   ECLNET        USC-ECL-CAMPUS-NET        [MAB4]
  344.  
  345.  
  346. Reynolds & Postel                                               [Page 6]
  347.  
  348.  
  349.  
  350. Assigned Numbers                                                 RFC 943
  351. Network Numbers
  352.  
  353.  
  354.       R 192.005.011.rrr   CSS-RING      SEISMIC-RESEARCH-NET       [RR2]
  355.       R 192.005.012.rrr   UTAH-NET      UTAH-COMPUTER-SCIENCE-NET  [RF1]
  356.       R 192.005.013.rrr   GSWDNET       Compion Network        [113,FAS]
  357.       R 192.005.014.rrr   RAND-NET      RAND Network           [113,JDG]
  358.       R 192.005.015.rrr   NYU-NET       NYU Network                [EF5]
  359.       R 192.005.016.rrr   LANL-LAND     Los Alamos Dev LAN    [113,JC11]
  360.       R 192.005.017.rrr   NRL-NET       Naval Research Lab          [AP]
  361.       R 192.005.018.rrr   IPTO-NET      ARPA-IPTO Office Net      [REK2]
  362.       R 192.005.019.rrr   UCIICS        UCI-ICS Res Net            [MTR]
  363.       R 192.005.020.rrr   CISLTTYNET    Honeywell                  [RK1]
  364.       D 192.005.021.rrr   BRLNET1       BRLNET1                 [8,MJM2]
  365.       D 192.005.022.rrr   BRLNET2       BRLNET2                 [8,MJM2]
  366.       D 192.005.023.rrr   BRLNET3       BRLNET3                 [8,MJM2]
  367.       D 192.005.024.rrr   BRLNET4       BRLNET4                 [8,MJM2]
  368.       D 192.005.025.rrr   BRLNET5       BRLNET5                 [8,MJM2]
  369.       D 192.005.026.rrr   NSRDCOA-NET   NSRDC Office Auto Net      [TC4]
  370.       D 192.005.027.rrr   DTNSRDC-NET   DTNSRDC-NET                [TC4]
  371.       R 192.005.028.rrr   RSRE-NULL     RSRE-NULL                 [RNM1]
  372.       R 192.005.029.rrr   RSRE-ACC      RSRE-ACC                  [RNM1]
  373.       R 192.005.030.rrr   RSRE-PR       RSRE-PR                   [RNM1]
  374.       R*192.005.031.rrr   SIEMENS-NET   Siemens Research Network   [PXN]
  375.       R 192.005.032.rrr   CISLTESTNET2  Honeywell            [48,49,RK1]
  376.       R 192.005.033.rrr   CISLTESTNET3  Honeywell            [29,30,RK1]
  377.       R 192.005.034.rrr   CISLTESTNET4  Honeywell            [29,30,RK1]
  378.       R 192.005.035.rrr   RIACS         USRA                  [113,RLB1]
  379.       R 192.005.036.rrr   CORNELL-CS    CORNELL CS Research    [113,DK2]
  380.       R 192.005.037.rrr   UR-CS-NET     U of R CS 3Mb Net       [60,LB1]
  381.       R 192.005.038.rrr   SRI-C3ETHER   SRI-AITAD C3ETHERNET   [113,BG5]
  382.       R 192.005.039.rrr   UDEL-EECIS    Udel EECIS LAN         [107,CC2]
  383.       R 192.005.040.rrr   PUCC-NET-A    PURDUE Comp Cntr Net      [JRS8]
  384.       D 192.005.041.rrr   WISLAN        WIS Research LAN       [99,JRM1]
  385.       D 192.005.042.rrr   AFDSC-HYPER   AFDSC Hypernet            [MCA1]
  386.       R 192.005.043.rrr   CUCSNET       Columbia CS Net        [113,LH2]
  387.       R 192.005.044.rrr   Farber-PC-Net Farber PC Network          [DJF]
  388.       R 192.005.045.rrr   AIDS-NET      AI&DS Network           [113,HA]
  389.       R 192.005.046.rrr   NTA-RING      NDRE-RING                  [PS3]
  390.       R 192.005.047.rrr   NSRDC         NSRDC                      [PXM]
  391.       R 192.005.048.rrr   PURDUE-CS-EN  Purdue CS Ethernet     [113,CAK]
  392.       R 192.005.049.rrr   UCSF          Univ of Calif, San Fran[107,TF6]
  393.       R 192.005.050.rrr   CTH-CS-NET    Chalmers CSN Net       [107,UXB]
  394.       R 192.005.051.rrr   Theorynet     Cornell Theory Center [113,AB13]
  395.       R 192.005.052.rrr   NLM-ETHER     NLM-LHNCBC-ETHERNET     [80,JA1]
  396.       R 192.005.053.rrr   UR-CS-ETHER   U of R CS 10Mb Net      [60,LB1]
  397.       R 192.005.054.rrr   AERO-A6       Aerospace                [2,LCN]
  398.       R*192.005.055.rrr   UCLA-CECS     UCLA-CECS Network      [113,RBW]
  399.       C 192.005.056.rrr   TARTAN-NET    Tartan Labs                [SXB]
  400.       R 192.005.057.rrr   UDEL-CC       UDEL Comp Center      [107,RR18]
  401.       R 192.005.058.rrr   CSNET-PDN     CSNET X.25 Network     [54,RDR4]
  402.  
  403.  
  404. Reynolds & Postel                                               [Page 7]
  405.  
  406.  
  407.  
  408. Assigned Numbers                                                 RFC 943
  409. Network Numbers
  410.  
  411.  
  412.       R*192.005.059.rrr   Inria SM90    Inria GIP SM-90            [MXS]
  413.       R*192.005.060.rrr   SM90 X1       Inria SM-90 exp. 1         [MXS]
  414.       R*192.005.061.rrr   SM90 X2       Inria SM-90 exp. 2         [MXS]
  415.       R*192.005.062.rrr   LITP SM90     LITP SM-90                 [MXS]
  416.       R 192.005.064.rrr   AMES-NAS-NET  NASA ARC NAS LAN      [106,MF31]
  417.       R 192.005.065.rrr   NPRDC-Ether   NPRDC TRCF Ethernet        [LRB]
  418.       R 192.005.066.rrr   HARV-NET      Harvard Comp Sci Net      [SB28]
  419.       R 192.005.067.rrr   CECOM-ETHER   CECOM ADDCOMPE ETHER   [107,GIH]
  420.       R 192.005.068.rrr   AERO-130      AEROSPACE-130              [LCN]
  421.       R 192.005.069.rrr   UIUC-NET      Univ of IL at Urbana   [113,AXC]
  422.       G 192.005.070.rrr   CELAN         COINS Exper. LAN           [MXM]
  423.       R 192.005.071.rrr   SAC-ETHER     SAC C3 Ethernet        [113,BG5]
  424.       R*192.005.072.rrr-192.005.087.rrr U Chicago                  [TXN]
  425.       R 192.005.088.rrr   YALE-EE-NET   YALE-EE-NET           [113,AG22]
  426.       R 192.005.089.rrr   UTEXAS-NET    U. Texas Austin Net   [113,JSQ1]
  427.       R 192.005.090.rrr   HARV-ETHER    Harvard CS Ethernet       [SB28]
  428.       R 192.005.091.rrr   PURDUE-ECN1   Purdue ECN          [32,51,GG11]
  429.       R 192.005.092.rrr   BRAGG-ETHER   SRI Bragg Ether        [108,GIH]
  430.       R 192.005.093.rrr   SRI-DEMO      SRI Ether Demo         [108,GIH]
  431.       R*192.005.094.rrr   SDCRDCF-10MB  SDC R&D primary net   [113,DJV1]
  432.       R*192.005.095.rrr   SDCRDCF-3MB   SDC R&D old net        [60,DJV1]
  433.       R*192.005.096.rrr   UBC-CS-NET    UBC Comp Sci Net       [113,PXB]
  434.       R*192.005.097.rrr   UCLA-CS-LNI   UCLA CS LNI Network        [RBW]
  435.       R*192.005.098.rrr   UCLA-PIC      UCLA PIC Network       [113,RBW]
  436.       R 192.005.099.rrr   SPACENET      S-1 Workstation Network[113,TXW]
  437.         192.005.100.rrr   Unassigned    Unassigned                 [JBP]
  438.       R 192.005.101.rrr   PUCC-GW-NET   Purdue Gateway Network    [JRS8]
  439.       R 192.005.102.rrr   PUCC-RHF-NET  PUCC RHF Based Net        [JRS8]
  440.       C*192.005.103.rrr   TYM-NTD-NET   Tymnet NTD Ethernet        [SMF]
  441.       R 192.005.104.rrr   THINK-INET    Thinking Machines     [113,BJN1]
  442.       R 192.005.105.rrr   CCA-POND      CCA Ethernet1 (POND)   [113,AL6]
  443.       C*192.005.106.rrr   BITSTREAM     Bitstream Type Foundry [113,PXA]
  444.       R*192.005.107.rrr   PASC-ETHER    IBM PASC Ethernet      [113,GXL]
  445.       R*192.005.108.rrr   PASC-BB       IBM PASC Broadband      [52,GXL]
  446.         192.005.109.rrr-192.005.255.rrr Unassigned                 [JBP]
  447.       C*192.006.000.rrr-192.006.255.rrr Hewlett Packard            [AXG]
  448.       C*192.007.000.rrr-192.007.255.rrr Computer Consoles, Inc.   [RA11]
  449.       C*192.008.000.rrr-192.008.255.rrr Spartacus Computers, Inc.  [SXM]
  450.       C*192.009.000.rrr-192.009.255.rrr SUN Microsystem, Inc.      [WNJ]
  451.       C*192.010.000.rrr-192.010.040.rrr Symbolics, Inc.            [CH2]
  452.       R 192.010.041.rrr   SCRC-ETHERNET SCRC ETHERNET          [113,CH2]
  453.       C*192.010.042.rrr-192.010.255.rrr Symbolics, Inc.            [CH2]
  454.       C*192.011.000.rrr-192.011.255.rrr ATT, Bell Labs            [MH12]
  455.       C 192.012.000.rrr   CADMUS-ETHERNET CADMUS-NET               [MS9]
  456.       C 192.012.001.rrr   CADMUS-EXP-1  CADMUS-NET-EXP-1           [MS9]
  457.       C 192.012.002.rrr   CADMUS-EXP-2  CADMUS-NET-EXP-2           [MS9]
  458.       C*192.012.003.rrr   FLAIR         Fairchild AI Lab Net  [113,AMS1]
  459.       C*192.012.004.rrr   SCG-NET       Hughes SCG Net         [109,MXP]
  460.  
  461.  
  462. Reynolds & Postel                                               [Page 8]
  463.  
  464.  
  465.  
  466. Assigned Numbers                                                 RFC 943
  467. Network Numbers
  468.  
  469.  
  470.       R 192.012.005.rrr   AIC-LISPMS    SRI-AIC-LispMachNet    [113,PM4]
  471.       R 192.012.006.rrr   NPS-C2        NPS-C2                 [113,AW9]
  472.       R 192.012.007.rrr   NYU-CS-ETHER  NYU CompSci Ethernet   [113,LOU]
  473.       D 192.012.008.rrr   PICANET1      Picatinny Arsenal LAN1[113,RFD1]
  474.       R 192.012.009.rrr   CADRE-NET     Decision Systems Lab       [SM6]
  475.       R 192.012.010.rrr   CORNELL-ENG   Cornell-Engineering    [113,BN9]
  476.       R 192.012.011.rrr   MIT-36        MIT Building 36       [113,RH60]
  477.       R 192.012.012.rrr   WISC-ETHER    Wisconsin Ether Net    [113,CBP]
  478.       R 192.012.013.rrr   JHU-NET1      JHU-NET1              [113,MO14]
  479.       R 192.012.014.rrr   JHU-NET2      JHU-NET2              [113,MO14]
  480.       R 192.012.015.rrr   BROOKNET      BNL Brooknet III        [113,GC]
  481.       R 192.012.016.rrr   PRMNET        SRI-SURAN-EN          [113,BP17]
  482.       G 192.012.017.rrr   LLL-TIS-NET   LLL-TIS-NET       [106,110,GP10]
  483.       R 192.012.018.rrr   CIT-CS-10NET  Caltech 10Meg EtherNet[112,AD22]
  484.       R 192.012.019.rrr   CIT-NET       Caltech Campus Net    [112,AD22]
  485.       R 192.012.020.rrr   CIT-SUN-NET   Caltech Sun Net       [112,AD22]
  486.       R 192.012.021.rrr   CIT-PHYSCOMP  Caltech Phys Comp Net [112,AD22]
  487.       R 192.012.022.rrr   UTCSRES       UTCS Net Research     [113,JSQ1]
  488.       R 192.012.023.rrr   UTCSTTY       UTCS TTY Kludgenet    [113,JSQ1]
  489.       R 192.012.024.rrr   MICANET       MITRE (Experimental)       [JN2]
  490.       R 192.012.025.rrr   CSS-GRAMINAE  CSS Workstation Net     [55,RR2]
  491.       R 192.012.026.rrr   NOSC-NETR     Net-R Testbed at BBN   [94,CP10]
  492.       R 192.012.027.rrr   UR-LASER      UR Laser Energetics    [113,WXL]
  493.       R*192.012.028.rrr   RIACS-X-NET   RIACS-Experimental-Net    [DG28]
  494.       D 192.012.029.rrr   RF-EVANS      ADDCOMPE DC3 LAN1     [107,MB31]
  495.       D 192.012.030.rrr   RF-HEX-A      ADDCOMPE DC3 LAN2     [107,MB31]
  496.       D 192.012.031.rrr   USNA-ENET     USNA Engineering Net   [107,TXS]
  497.       R*192.012.032.rrr   CMU-VINEYARD  CMU File Cluster Net   [113,MXK]
  498.       R 192.012.033.rrr   SRI-CSL-NET   SRI-CSL 10MB Ethernet     [GEOF]
  499.       C*192.012.034.rrr-192.012.043.rrr Schlumberger PA Net    [113,RXB]
  500.       R 192.012.044.rrr   NRTC-NET      Northrop Research Net [113,RSM1]
  501.       R 192.012.045.rrr   ACC-SB-IMP-NET ACC Santa Barbara IMP    [AB20]
  502.       R 192.012.046.rrr   ACC-SB-ETHER  ACC Santa Barbara Ethernet[AB20]
  503.       R 192.012.047.rrr   UMN-UCC-VA    Univ. of Minnesota         [RXG]
  504.       G 192.012.048.rrr   AMES-ED-EXPNET Code ED Exp. Net.    [113,MSM1]
  505.       G 192.012.049.rrr   AMES-ED-NET   Code ED IP Net        [113,MSM1]
  506.       G 192.012.050.rrr   AMES-DB-NET   Ames DBridge Net      [113,MSM1]
  507.       R 192.012.051.rrr   THINK-CHAOS   TMC Chaos             [113,BJN1]
  508.       R*192.012.052.rrr   NEURO-NET     NEURO-NET              [113,JXB]
  509.       R*192.012.053.rrr   PU-LCA        Princeton U. LCA       [113,CXH]
  510.       R 192.012.054.rrr   WISC-MADISON  Univ Wisc - MACC       [113,JXD]
  511.       R 192.012.055.rrr   HAZ-LPR-BETA  Hazeltine LPR Net      [113,KXK]
  512.       R 192.012.056.rrr   UTAH-AP-NET   Utah-Appolo-Ring-Net      [JL15]
  513.       R 192.012.057.rrr   MCC-AI-NET    MCC AI Subnet          [113,CBD]
  514.       R 192.012.058.rrr   MCC-CAD-NET   MCC CAD Subnet         [113,CBD]
  515.       R 192.012.059.rrr   MCC-DB-NET    MCC DB Subnet          [113,CBD]
  516.       R 192.012.060.rrr   MCC-HI-NET    MCC HI Subnet          [113,CBD]
  517.       R 192.012.061.rrr   MCC-SW-NET    MCC SW Subnet          [113,CBD]
  518.  
  519.  
  520. Reynolds & Postel                                               [Page 9]
  521.  
  522.  
  523.  
  524. Assigned Numbers                                                 RFC 943
  525. Network Numbers
  526.  
  527.  
  528.       R 192.012.062.rrr   DREA-ENET     DREA Lispm & Vaxen    [113,GLH5]
  529.       R 192.012.063.rrr   CYPRESS       CYPRESS Serial Net         [CAK]
  530.       D 192.012.064.rrr   LOGNET        Logistics Net GW        [55,JXR]
  531.         192.012.065.rrr-192.012.255.rrr Unassigned                 [JBP]
  532.       D 192.013.000.rrr-192.014.255.rrr DODIIS Subnetworks         [AY5]
  533.       C*192.015.000.rrr-192.015.255.rrr NBINET                    [DM27]
  534.       G 192.016.000.rrr-192.016.049.rrr LANLLAN               [113,JC11]
  535.         192.016.050.rrr-223.255.254.rrr Unassigned                 [JBP]
  536.         223.255.255.rrr                 Reserved                   [JBP]
  537.  
  538.    Other Reserved Internet Addresses
  539.  
  540.       * Internet Address  Name          Network               References
  541.       - ----------------  ----          -------               ----------
  542.         224.000.000.000-255.255.255.255 Reserved                   [JBP]
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578. Reynolds & Postel                                              [Page 10]
  579.  
  580.  
  581.  
  582. Assigned Numbers                                                 RFC 943
  583. Network Numbers
  584.  
  585.  
  586.    Network Totals
  587.  
  588.       Assigned for the ARPA-Internet and the DDN-Internet
  589.  
  590.          Class         A         B         C     Total
  591.  
  592.          Research      7        56       870       933
  593.  
  594.          Defense       8        15       526       549
  595.  
  596.          Government    0         2        55        57
  597.  
  598.          Commercial    2         1         6         9
  599.  
  600.          Total        17        74      1457      1548
  601.  
  602.       Allocated for Internet and Independent Uses
  603.  
  604.          Class         A         B         C     Total
  605.  
  606.          Research      7        57      1415      1479
  607.  
  608.          Defense       8        15       526       549
  609.  
  610.          Government    0         2        55        57
  611.  
  612.          Commercial    2         3      1555      1560
  613.  
  614.          Total        17        77      3551      3645
  615.  
  616.       Maximum Allowed
  617.  
  618.          Class         A         B         C     Total
  619.  
  620.          Research      8      1024     65536     66568
  621.  
  622.          Defense      24      3072    458752    461848
  623.  
  624.          Government   24      3072    458752    461848
  625.  
  626.          Commercial   74      9214   1114137   1123394
  627.  
  628.          Total       126     16382   2097150   2113658
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. Reynolds & Postel                                              [Page 11]
  637.  
  638.  
  639.  
  640. Assigned Numbers                                                 RFC 943
  641. Version Numbers
  642.  
  643.  
  644.                         ASSIGNED VERSION NUMBERS
  645.  
  646.    In the Internet Protocol (IP) [35,80] there is a field to identify
  647.    the version of the internetwork general protocol.  This field is 4
  648.    bits in size.
  649.  
  650.    Assigned Internet Version Numbers
  651.  
  652.       Decimal   Keyword    Version                            References
  653.       -------   -------    -------                            ----------
  654.           0                Reserved                                [JBP]
  655.         1-3                Unassigned                              [JBP]
  656.           4       IP       Internet Protocol                 [33,73,JBP]
  657.           5       ST       ST Datagram Mode                     [36,JWF]
  658.        6-14                Unassigned                              [JBP]
  659.          15                Reserved                                [JBP]
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. Reynolds & Postel                                              [Page 12]
  695.  
  696.  
  697.  
  698. Assigned Numbers                                                 RFC 943
  699. Protocol Numbers
  700.  
  701.  
  702.                        ASSIGNED PROTOCOL NUMBERS
  703.  
  704.    In the Internet Protocol (IP) [35,80] there is a field, called
  705.    Protocol, to identify the the next level protocol.  This is an 8 bit
  706.    field.
  707.  
  708.    Assigned Internet Protocol Numbers
  709.  
  710.       Decimal    Keyword     Protocol                         References
  711.       -------    -------     --------                         ----------
  712.            0                 Reserved                              [JBP]
  713.            1     ICMP        Internet Control Message           [72,JBP]
  714.            2                 Unassigned                            [JBP]
  715.            3     GGP         Gateway-to-Gateway                  [47,MB]
  716.            4                 Unassigned                            [JBP]
  717.            5     ST          Stream                             [39,JWF]
  718.            6     TCP         Transmission Control            [35,81,JBP]
  719.            7     UCL         UCL                                    [PK]
  720.            8     EGP         Exterior Gateway Protocol         [96,DLM1]
  721.            9     IGP         any private interior gateway          [JBP]
  722.           10     BBN-RCC-MON BBN RCC Monitoring                    [SGC]
  723.           11     NVP-II      Network Voice Protocol             [18,SC3]
  724.           12     PUP         PUP                                [12,HGM]
  725.           13     ARGUS       ARGUS                                [RWS4]
  726.           14     EMCON       EMCON                                 [BN7]
  727.           15     XNET        Cross Net Debugger                [45,JFH2]
  728.           16     CHAOS       Chaos                                 [NC3]
  729.           17     UDP         User Datagram                   [35,79,JBP]
  730.           18     MUX         Multiplexing                       [19,JBP]
  731.           19     DCN-MEAS    DCN Measurement Subsystems           [DLM1]
  732.           20     HMP         Host Monitoring                     [5,RH6]
  733.           21     PRM         Packet Radio Measurement              [ZSU]
  734.           22     XNS-IDP     XEROX NS IDP                      [114,LLG]
  735.           23     TRUNK-1     Trunk-1                               [BML]
  736.           24     TRUNK-2     Trunk-2                               [BML]
  737.           25     LEAF-1      Leaf-1                                [BML]
  738.           26     LEAF-2      Leaf-2                                [BML]
  739.           27     RDP         Reliable Data Protocol            [111,RH6]
  740.           28     IRTP        Internet Reliable Transaction      [61,TXM]
  741.        29-60                 Unassigned                            [JBP]
  742.           61                 any host internal protocol            [JBP]
  743.           62     CFTP        CFTP                              [40,HCF2]
  744.           63                 any local network                     [JBP]
  745.           64     SAT-EXPAK   SATNET and Backroom EXPAK            [DM11]
  746.           65     MIT-SUBNET  MIT Subnet Support                    [NC3]
  747.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  748.           67     IPPC        Internet Pluribus Packet Core        [DM11]
  749.           68                 any distributed file system           [JBP]
  750.  
  751.  
  752. Reynolds & Postel                                              [Page 13]
  753.  
  754.  
  755.  
  756. Assigned Numbers                                                 RFC 943
  757. Protocol Numbers
  758.  
  759.  
  760.           69     SAT-MON     SATNET Monitoring                    [DM11]
  761.           70                 Unassigned                            [JBP]
  762.           71     IPCV        Internet Packet Core Utility         [DM11]
  763.        72-75                 Unassigned                            [JBP]
  764.           76     BR-SAT-MON  Backroom SATNET Monitoring           [DM11]
  765.           77                 Unassigned                            [JBP]
  766.           78     WB-MON      WIDEBAND Monitoring                  [DM11]
  767.           79     WB-EXPAK    WIDEBAND EXPAK                       [DM11]
  768.       80-254                 Unassigned                            [JBP]
  769.          255                 Reserved                              [JBP]
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810. Reynolds & Postel                                              [Page 14]
  811.  
  812.  
  813.  
  814. Assigned Numbers                                                 RFC 943
  815. Port Numbers
  816.  
  817.  
  818.                          ASSIGNED PORT NUMBERS
  819.  
  820.    Ports are used in the TCP [35,81] to name the ends of logical
  821.    connections which carry long term conversations.  For the purpose of
  822.    providing services to unknown callers, a service contact port is
  823.    defined.  This list specifies the port used by the server process as
  824.    its contact port.  The contact port is sometimes called the
  825.    "well-known port".
  826.  
  827.    To the extent possible, these same port assignments are used with the
  828.    UDP [35,79].
  829.  
  830.    The assigned ports use a small portion of the possible port numbers.
  831.    The assigned ports have all except the low order eight bits cleared
  832.    to zero.  The low order eight bits are specified here.
  833.  
  834.    Port Assignments:
  835.  
  836.       Decimal   Keyword   Description                         References
  837.       -------   -------   -----------                         ----------
  838.       0                   Reserved                                 [JBP]
  839.       1-4                 Unassigned                               [JBP]
  840.       5        RJE        Remote Job Entry                   [14,36,JBP]
  841.       7        ECHO       Echo                                  [70,JBP]
  842.       9        DISCARD    Discard                               [69,JBP]
  843.       11       USERS      Active Users                          [65,JBP]
  844.       13       DAYTIME    Daytime                               [68,JBP]
  845.       15       NETSTAT    Who is up or NETSTAT                     [JBP]
  846.       17       QUOTE      Quote of the Day                      [75,JBP]
  847.       19       CHARGEN    Character Generator                   [67,JBP]
  848.       20       FTP        File Transfer [Default Data]       [35,71,JBP]
  849.       21       FTP        File Transfer [Control]            [35,71,JBP]
  850.       23       TELNET     Telnet                                [87,JBP]
  851.       25       SMTP       Simple Mail Transfer               [35,77,JBP]
  852.       27       NSW-FE     NSW User System FE                    [20,RHT]
  853.       29       MSG-ICP    MSG ICP                               [63,RHT]
  854.       31       MSG-AUTH   MSG Authentication                    [63,RHT]
  855.       33                  Unassigned                               [JBP]
  856.       35                  any private printer server               [JBP]
  857.       37       TIME       Time                                  [83,JBP]
  858.       39       RLP        Resource Location Protocol              [1,MA]
  859.       41       GRAPHICS   Graphics                          [36,103,JBP]
  860.       42       NAMESERVER Host Name Server                   [35,74,JBP]
  861.       43       NICNAME    Who Is                            [35,44,JAKE]
  862.       44       MPM-FLAGS  MPM FLAGS Protocol                       [JBP]
  863.       45       MPM        Message Processing Module [recv]      [73,JBP]
  864.       46       MPM        MPM [default send]                    [79,JBP]
  865.       47       NI-FTP     NI FTP                                [109,SK]
  866.  
  867.  
  868. Reynolds & Postel                                              [Page 15]
  869.  
  870.  
  871.  
  872. Assigned Numbers                                                 RFC 943
  873. Port Numbers
  874.  
  875.  
  876.       49       LOGIN      Login Host Protocol                     [PHD1]
  877.       51       LA-MAINT   IMP Logical Address Maintenance       [59,AGM]
  878.       53       DOMAIN     Domain Name Server                       [PM1]
  879.       55       ISI-GL     ISI Graphics Language                 [11,RB6]
  880.       57                  any private terminal access              [JBP]
  881.       59                  any private file service                 [JBP]
  882.       61       NI-MAIL    NI MAIL                                 [9,SK]
  883.       63       VIA-FTP    VIA Systems - FTP                        [DXD]
  884.       65       TACACS-DS  TACACS-Database Service              [115,RHT]
  885.       67                  Unassigned                               [JBP]
  886.       69       TFTP       Trivial File Transfer              [35,90,KRS]
  887.       71       NETRJS     Remote Job Service                 [13,36,RTB]
  888.       72       NETRJS     Remote Job Service                 [13,36,RTB]
  889.       73       NETRJS     Remote Job Service                 [13,36,RTB]
  890.       74       NETRJS     Remote Job Service                 [13,36,RTB]
  891.       75                  any private dial out service             [JBP]
  892.       77                  any private RJE service                  [JBP]
  893.       79       FINGER     Finger                             [36,42,KLH]
  894.       81                  HOSTS2 Name Server                      [EAK1]
  895.       83       HOSTS2-NS  MIT ML Device                            [DPR]
  896.       85       MIT-ML-DEV MIT ML Device                            [DPR]
  897.       87                  any private terminal link                [JBP]
  898.       89       SU-MIT-TG  SU/MIT Telnet Gateway                    [MRC]
  899.       91       MIT-DOV    MIT Dover Spooler                        [EBM]
  900.       93       DCP        Device Control Protocol                 [DT15]
  901.       95       SUPDUP     SUPDUP                                [23,MRC]
  902.       97       SWIFT-RVF  Swift Remote Vitural File Protocol       [MXR]
  903.       99       METAGRAM   Metagram Relay                          [GEOF]
  904.       101      HOSTNAME   NIC Host Name Server              [35,43,JAKE]
  905.       103                 Unassigned                               [JBP]
  906.       105      CSNET-NS   Mailbox Name Nameserver             [101,MHS1]
  907.       107      RTELNET    Remote Telnet Service                 [76,JBP]
  908.       109      POP-2      Post Office Protocol - Version 2     [16,JKR1]
  909.       111      SUNRPC     SUN Remote Procedure Call                [DXG]
  910.       113      AUTH       Authentication Service              [104,MCA1]
  911.       115      SFTP       Simple File Transfer Protocol        [54,MKL1]
  912.       116                 Unassigned                               [JBP]
  913.       117      UUCP-PATH  UUCP Path Service                     [34,MAE]
  914.       119      UNTP       USENET News Transfer Protocol        [117,PL4]
  915.       120-129             Unassigned                               [JBP]
  916.       131                 Unassigned                               [JBP]
  917.       132-223             Reserved                                 [JBP]
  918.       224-241             Unassigned                               [JBP]
  919.       243      SUR-MEAS   Survey Measurement                     [10,AV]
  920.       245      LINK       LINK                                 [15,RDB2]
  921.       247-255             Unassigned                               [JBP]
  922.  
  923.  
  924.  
  925.  
  926. Reynolds & Postel                                              [Page 16]
  927.  
  928.  
  929.  
  930. Assigned Numbers                                                 RFC 943
  931. Autonomous System Numbers
  932.  
  933.  
  934.                    ASSIGNED AUTONOMOUS SYSTEM NUMBERS
  935.  
  936.    The Exterior Gateway Protocol (EGP) [96,93] specifies that groups of
  937.    gateways may form autonomous systems.  The EGP provides a 16-bit
  938.    field for identifying such systems.  The values of this field are
  939.    registered here.
  940.  
  941.    Autonomous System Numbers:
  942.  
  943.       Decimal   Name                                          References
  944.       -------   ----                                          ----------
  945.             0   Reserved                                           [JBP]
  946.             1   The BBN Core Gateways                               [MB]
  947.             2   DCN-AS                                            [DLM1]
  948.             3   The MIT Gateways                                   [LM8]
  949.             4   ISI-AS                                            [JKR1]
  950.             5   Symbolics                                          [CH2]
  951.             6   HIS-Multics                                    [BIM,RK1]
  952.             7   UK-MOD                                            [RNM1]
  953.             8   RICE-AS                                            [PGM]
  954.             9   CMU-ROUTER                                          [MA]
  955.             10  CSNET-PDN-AS                                      [RDR4]
  956.             11  HARVARD                                           [SB28]
  957.             12  NYU-DOMAIN                                         [EF5]
  958.             13  BRL-AS                                            [RBN1]
  959.             14  COLUMBIA-GW                                       [BC14]
  960.             15  NET DYNAMICS EXP                                   [ZSU]
  961.             16  LBL                                                 [WG]
  962.             17  PURDUE-CS                                         [KCS1]
  963.             18  UTEXAS                                            [JSQ1]
  964.             19  CSS-DOMAIN                                         [RR2]
  965.             20  UR                                                [LB16]
  966.             21  RAND                                               [JDG]
  967.             22  NOSC                                              [RLB3]
  968.             23  RIACS-AS                                          [DG28]
  969.             24  AMES-NAS-GW                                       [MF31]
  970.             25  UCB                                               [MK17]
  971.             26  CORNELL                                            [BN9]
  972.             27  UMDNET                                            [JWO1]
  973.             28  DFVLR-SYS                                         [HDC1]
  974.             29  YALE-AS                                           [JG46]
  975.             30  SRI-AICNET                                         [PM4]
  976.             31  CIT-CS                                            [AD22]
  977.             32  STANFORD                                           [PA5]
  978.             33  DEC-WRL-AS                                        [RKJ2]
  979.             34  UDEL-EECIS                                         [NMM]
  980.             35  MICATON                                            [JN2]
  981.             36  EGP-TESTOR                                        [BP17]
  982.  
  983.  
  984. Reynolds & Postel                                              [Page 17]
  985.  
  986.  
  987.  
  988. Assigned Numbers                                                 RFC 943
  989. Autonomous System Numbers
  990.  
  991.  
  992.             37  NSWC                                              [MXP1]
  993.             38  UIUC                                               [AKC]
  994.             39  NRL-ITD                                             [AP]
  995.             40  MIT-TEST                                           [NC3]
  996.             41  AMES                                              [MSM1]
  997.             42  THINK-AS                                          [BJN1]
  998.             43  BNL-AS                                              [GC]
  999.       44-65534  Unassigned                                         [JBP]
  1000.         65535   Reserved                                           [JBP]
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042. Reynolds & Postel                                              [Page 18]
  1043.  
  1044.  
  1045.  
  1046. Assigned Numbers                                                 RFC 943
  1047. ARPANET Logical Addresses
  1048.  
  1049.  
  1050.                    ASSIGNED ARPANET LOGICAL ADDRESSES
  1051.  
  1052.    The ARPANET facility for "logical addressing" is described in
  1053.    RFC 878 [58].  A portion of the possible logical addresses are
  1054.    reserved for standard uses.
  1055.  
  1056.    There are 49,152 possible logical host addresses.  Of these, 256 are
  1057.    reserved for assignment to well-known functions.  Assignments for
  1058.    well-known functions are made by Joyce Reynolds.  Assignments for
  1059.    other logical host addresses are made by the NIC.
  1060.  
  1061.    Logical Address Assignments:
  1062.  
  1063.       Decimal    Description                                  References
  1064.       -------    -----------                                  ----------
  1065.       0          Reserved                                          [JBP]
  1066.       1          The BBN Core Gateways                              [MB]
  1067.       2-255      Unassigned                                        [JBP]
  1068.       256        Reserved                                          [JBP]
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100. Reynolds & Postel                                              [Page 19]
  1101.  
  1102.  
  1103.  
  1104. Assigned Numbers                                                 RFC 943
  1105. ARPANET Link Numbers
  1106.  
  1107.  
  1108.                      ASSIGNED ARPANET LINK NUMBERS
  1109.  
  1110.    The word "link" here refers to a field in the original ARPANET
  1111.    Host/IMP interface leader.  The link was originally defined as an
  1112.    8-bit field.  Later specifications defined this field as the
  1113.    "message-id" with a length of 12 bits.  The name link now refers to
  1114.    the high order 8 bits of this 12-bit message-id field.  The Host/IMP
  1115.    interface is defined in BBN Report 1822 [8].
  1116.  
  1117.    The low-order 4 bits of the message-id field are called the sub-link.
  1118.    Unless explicitly specified otherwise for a particular protocol,
  1119.    there is no sender to receiver significance to the sub-link.  The
  1120.    sender may use the sub-link in any way he chooses (it is returned in
  1121.    the RFNM by the destination IMP), the receiver should ignore the
  1122.    sub-link.
  1123.  
  1124.    Link Assignments:
  1125.  
  1126.       Decimal   Description                                   References
  1127.       -------   -----------                                   ----------
  1128.       0         Reserved                                           [JBP]
  1129.       1-149     Unassigned                                         [JBP]
  1130.       150       Xerox NS IDP                                   [114,LLG]
  1131.       151       Unassigned                                         [JBP]
  1132.       152       PARC Universal Protocol                         [12,HGM]
  1133.       153       TIP Status Reporting                               [JGH]
  1134.       154       TIP Accounting                                     [JGH]
  1135.       155       Internet Protocol [regular]                  [35,80,JBP]
  1136.       156-158   Internet Protocol [experimental]             [35,80,JBP]
  1137.       159       Figleaf Link                                      [JBW1]
  1138.       160-194   Unassigned                                         [JBP]
  1139.       195       ISO-IP                                         [116,RXM]
  1140.       196-247   Experimental Protocols                             [JBP]
  1141.       248-255   Network Maintenance                                [JGH]
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158. Reynolds & Postel                                              [Page 20]
  1159.  
  1160.  
  1161.  
  1162. Assigned Numbers                                                 RFC 943
  1163. IEEE 802 SAP Numbers
  1164.  
  1165.  
  1166.                     IEEE 802 SAP NUMBERS OF INTEREST
  1167.  
  1168.    Some of the networks of all classes are IEEE 802 Networks.  These
  1169.    systems may use a Service Access Point field in much the same way the
  1170.    ARPANET uses the "link" field.  For further information and SAP
  1171.    number assignments, please contact: Mr. Maris Graube, Chairman, IEEE
  1172.    802, c/o Tektronix, P.O. Box 500, D/S 50-473, Beaverton,
  1173.    Oregon, 97077.
  1174.  
  1175.    Assignments:
  1176.  
  1177.       Service Access Point               Description          References
  1178.       --------------------               -----------          ----------
  1179.       decimal  binary
  1180.          96   01100000                   DOD IP              [35,79,JBP]
  1181.  
  1182.    The IEEE 802.3 header does not have a type field to indicate what
  1183.    protocol is used at the next level.  As a work around for this
  1184.    problem, one can put the Ethernet type field value in the IEEE 802.3
  1185.    header's length field and use the following test to determine the
  1186.    appropriate processing on receipt.
  1187.  
  1188.    If the value in the length field of the IEEE 802.3 header is greater
  1189.    than the Ethernet maximum packet length, then interpret the value as
  1190.    an Ethernet type field.  Otherwise, interpret the packet as an IEEE
  1191.    802.3 packet.
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. Reynolds & Postel                                              [Page 21]
  1217.  
  1218.  
  1219.  
  1220. Assigned Numbers                                                 RFC 943
  1221. Ethernet Numbers
  1222.  
  1223.  
  1224.                       ETHERNET NUMBERS OF INTEREST
  1225.  
  1226.    Many of the networks of all classes are Ethernets (10Mb) or
  1227.    Experimental Ethernets (3Mb).  These systems use a message "type"
  1228.    field in much the same way the ARPANET uses the "link" field.
  1229.  
  1230.    If you need an Ethernet number, contact the XEROX Corporation, Office
  1231.    Products Division, Network Systems Administration Office, 333 Coyote
  1232.    Hill Road, Palo Alto, California, 94304.
  1233.  
  1234.    Assignments:
  1235.  
  1236.       Ethernet          Exp. Ethernet    Description          References
  1237.       -------------     -------------   -----------           ----------
  1238.       decimal  Hex      decimal  octal
  1239.          512   0200        512   1000   XEROX PUP                [1,HGM]
  1240.          513   0201        -      -     PUP Addr. Trans.           [HGM]
  1241.         1536   0600       1536   3000   XEROX NS IDP           [113,HGM]
  1242.         2048   0800        513   1001   DOD IP               [35,79,JBP]
  1243.         2049   0801        -      -     X.75 Internet              [HGM]
  1244.         2050   0802        -      -     NBS Internet               [HGM]
  1245.         2051   0803        -      -     ECMA Internet              [HGM]
  1246.         2052   0804        -      -     Chaosnet                   [HGM]
  1247.         2053   0805        -      -     X.25 Level 3               [HGM]
  1248.         2054   0806        -      -     ARP                    [63,DCP1]
  1249.         2055   0807        -      -     XNS Compatability          [HGM]
  1250.         2076   081C        -      -     Symbolics Private         [DCP1]
  1251.        32771   8003        -      -     Cronus VLN            [104,DT15]
  1252.        32772   8004        -      -     Cronus Direct         [104,DT15]
  1253.        32774   8006        -      -     Nestar                     [HGM]
  1254.        32784   8010        -      -     Excelan                    [HGM]
  1255.        32821   8035        -      -     Reverse ARP             [38,JCM]
  1256.        36864   9000        -      -     Loopback                   [HGM]
  1257.  
  1258.    The standard for transmission of IP datagrams over Ethernets and
  1259.    Experimental Ethernets is specified in RFC 894 [50] and RFC 895 [65]
  1260.    respectively.
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274. Reynolds & Postel                                              [Page 22]
  1275.  
  1276.  
  1277.  
  1278. Assigned Numbers                                                 RFC 943
  1279. Address Resolution Protocol
  1280.  
  1281.  
  1282.             ASSIGNED ADDRESS RESOLUTION PROTOCOL PARAMETERS
  1283.  
  1284.    The Address Resolution Protocol (ARP) specified in RFC 826 [64] has
  1285.    several parameters.  The assigned values for these parameters are
  1286.    listed here.
  1287.  
  1288.    Assignments:
  1289.  
  1290.       Operation Code (op)
  1291.  
  1292.          1   REQUEST
  1293.          2   REPLY
  1294.  
  1295.       Hardware Type (hrd)
  1296.  
  1297.          Type   Description                                   References
  1298.          ----   -----------                                   ----------
  1299.            1    Ethernet (10Mb)                                    [JBP]
  1300.            2    Experimental Ethernet (3Mb)                        [JBP]
  1301.            3    Amateur Radio AX.25                                [PXK]
  1302.            4    Proton ProNET Token Ring                           [JBP]
  1303.  
  1304.       Protocol Type (pro)
  1305.  
  1306.          Use the same codes as listed in the section called "Ethernet
  1307.          Numbers of Interest".
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332. Reynolds & Postel                                              [Page 23]
  1333.  
  1334.  
  1335.  
  1336. Assigned Numbers                                                 RFC 943
  1337. Public Data Network Numbers
  1338.  
  1339.  
  1340.                   ASSIGNED PUBLIC DATA NETWORK NUMBERS
  1341.  
  1342.    One of the Internet Class A Networks is the international system of
  1343.    Public Data Networks.  This section lists the mapping between the
  1344.    Internet Addresses and the Public Data Network Addresses (X.121).
  1345.  
  1346.    Assignments:
  1347.  
  1348.       Internet           Public Data Net    Description       References
  1349.       ---------------   -----------------   -----------       ----------
  1350.       014.000.000.000                       Reserved               [JBP]
  1351.       014.000.000.001   3110-317-00035 00   PURDUE-TN              [CAK]
  1352.       014.000.000.002   3110-608-00027 00   UWISC-TN               [CAK]
  1353.       014.000.000.003   3110-302-00024 00   UDEL-TN                [CAK]
  1354.       014.000.000.004   2342-192-00149 23   UCL-VTEST               [PK]
  1355.       014.000.000.005   2342-192-00300 23   UCL-TG                  [PK]
  1356.       014.000.000.006   2342-192-00300 25   UK-SATNET               [PK]
  1357.       014.000.000.007   3110-608-00024 00   UWISC-IBM             [MHS1]
  1358.       014.000.000.008   3110-213-00045 00   RAND-TN                [MO2]
  1359.       014.000.000.009   2342-192-00300 23   UCL-CS                  [PK]
  1360.       014.000.000.010   3110-617-00025 00   BBN-VAN-GW            [JD21]
  1361.       014.000.000.011   2405-015-50300 00   CHALMERS               [UXB]
  1362.       014.000.000.012   3110-713-00165 00   RICE                  [PAM6]
  1363.       014.000.000.013   3110-415-00261 00   DECWRL                [PAM6]
  1364.       014.000.000.014   3110-408-00051 00   IBM-SJ                 [SA1]
  1365.       014.000.000.015   2041-117-01000 00   SHAPE                  [PG3]
  1366.       014.000.000.016   2628-153-90075 00   DFVLR4-X25            [HDC1]
  1367.       014.000.000.017   3110-213-00032 00   ISI-VAN-GW            [JD21]
  1368.       014.000.000.018   2624-522-80900 52   DFVLR5-X25            [HDC1]
  1369.       014.000.000.019   2041-170-10000 00   SHAPE-X25              [JFW]
  1370.       014.000.000.020-014.255.255.254       Unassigned             [JBP]
  1371.       014.255.255.255                       Reserved               [JBP]
  1372.  
  1373.    The standard for transmission of IP datagrams over the Public Data
  1374.    Network is specified in RFC 877 [54].
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390. Reynolds & Postel                                              [Page 24]
  1391.  
  1392.  
  1393.  
  1394. Assigned Numbers                                                 RFC 943
  1395. Telnet Options
  1396.  
  1397.  
  1398.                         ASSIGNED TELNET OPTIONS
  1399.  
  1400.    The Telnet Protocol has a number of options that may be negotiated.
  1401.    These options are listed here.  "Official ARPA-Internet
  1402.    Protocols" [92] provides more detailed information.
  1403.  
  1404.    Options  Name                                              References
  1405.    -------  -----------------------                           ----------
  1406.       0     Binary Transmission                                 [85,JBP]
  1407.       1     Echo                                                [86,JBP]
  1408.       2     Reconnection                                         [6,JBP]
  1409.       3     Suppress Go Ahead                                   [89,JBP]
  1410.       4     Approx Message Size Negotiation                     [36,JBP]
  1411.       5     Status                                              [88,JBP]
  1412.       6     Timing Mark                                         [90,JBP]
  1413.       7     Remote Controlled Trans and Echo                    [82,JBP]
  1414.       8     Output Line Width                                    [4,JBP]
  1415.       9     Output Page Size                                     [5,JBP]
  1416.      10     Output Carriage-Return Disposition                  [24,JBP]
  1417.      11     Output Horizontal Tab Stops                         [28,JBP]
  1418.      12     Output Horizontal Tab Disposition                   [27,JBP]
  1419.      13     Output Formfeed Disposition                         [25,JBP]
  1420.      14     Output Vertical Tabstops                            [30,JBP]
  1421.      15     Output Vertical Tab Disposition                     [29,JBP]
  1422.      16     Output Linefeed Disposition                         [26,JBP]
  1423.      17     Extended ASCII                                     [110,JBP]
  1424.      18     Logout                                              [21,MRC]
  1425.      19     Byte Macro                                          [31,JBP]
  1426.      20     Data Entry Terminal                                 [33,JBP]
  1427.      22     SUPDUP                                           [23,22,MRC]
  1428.      22     SUPDUP Output                                       [41,MRC]
  1429.      23     Send Location                                      [53,EAK1]
  1430.      24     Terminal Type                                     [102,MHS1]
  1431.      25     End of Record                                       [77,JBP]
  1432.      26     TACACS User Identification                           [3,BA4]
  1433.      27     Output Marking                                      [98,SXS]
  1434.     255     Extended-Options-List                               [84,JBP]
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448. Reynolds & Postel                                              [Page 25]
  1449.  
  1450.  
  1451.  
  1452. Assigned Numbers                                                 RFC 943
  1453. Machine Names
  1454.  
  1455.  
  1456.                          OFFICIAL MACHINE NAMES
  1457.  
  1458.    These are the Official Machine Names as they appear in the NIC Host
  1459.    Table.  Their use is described in RFC 810 [37].
  1460.  
  1461.    ALTO
  1462.    AMDAHL-V7
  1463.    BURROUGHS-B/29
  1464.    C/30
  1465.    C/70
  1466.    CADLINC
  1467.    CADR
  1468.    CDC-173
  1469.    DEC-10
  1470.    DEC-1050
  1471.    DEC-1080
  1472.    DEC-1090
  1473.    DEC-1090B
  1474.    DEC-1090T
  1475.    DEC-2020T
  1476.    DEC-2040
  1477.    DEC-2040T
  1478.    DEC-2050T
  1479.    DEC-2060
  1480.    DEC-2060T
  1481.    DEC-FALCON
  1482.    DPS8/70M
  1483.    FOONLY-F2
  1484.    FOONLY-F3
  1485.    FOONLY-F4
  1486.    H-316
  1487.    H-60/68
  1488.    H-68
  1489.    H-68/80
  1490.    H-89
  1491.    HONEYWELL-DPS-8/70M
  1492.    IBM-158
  1493.    IBM-360/67
  1494.    IBM-370/3033
  1495.    IBM-4341
  1496.    IBM-PC
  1497.    IMSAI
  1498.    K102
  1499.    LSI-11
  1500.    LSI-11/23
  1501.    M6800
  1502.    MAXC
  1503.    MLC
  1504.  
  1505.  
  1506. Reynolds & Postel                                              [Page 26]
  1507.  
  1508.  
  1509.  
  1510. Assigned Numbers                                                 RFC 943
  1511. Machine Names
  1512.  
  1513.  
  1514.    NAS-AS/5
  1515.    ONYX-09001
  1516.    ONYX-28000
  1517.    PDP-11
  1518.    PDP-11/34
  1519.    PDP-11/40
  1520.    PDP-11/44
  1521.    PDP-11/45
  1522.    PDP-11/50
  1523.    PDP-11/70
  1524.    PERQ
  1525.    PLURIBUS
  1526.    ROLM-1666
  1527.    SMI
  1528.    SUN-150
  1529.    SYMBOLICS-3600
  1530.    UNIVAC-1100
  1531.    VAX-11/730
  1532.    VAX-11/750
  1533.    VAX-11/780
  1534.    VAX-11/785
  1535.    XEROX-8010
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564. Reynolds & Postel                                              [Page 27]
  1565.  
  1566.  
  1567.  
  1568. Assigned Numbers                                                 RFC 943
  1569. System Names
  1570.  
  1571.  
  1572.                          OFFICIAL SYSTEM NAMES
  1573.  
  1574.    These are the Official System Names as they appear in the NIC Host
  1575.    Table.  Their use is described in RFC 810 [37].
  1576.  
  1577.    ASP
  1578.    AUGUST
  1579.    BKY
  1580.    CCP
  1581.    DOS/360
  1582.    ELF
  1583.    EPOS
  1584.    EXEC-8
  1585.    GCOS
  1586.    GPOS
  1587.    ITS
  1588.    INTERCOM
  1589.    INTERLISP
  1590.    KRONOS
  1591.    MCP
  1592.    MOS
  1593.    MPX-RT
  1594.    MULTICS
  1595.    MVT
  1596.    NOS
  1597.    NOS/BE
  1598.    OS/MVS
  1599.    OS/MVT
  1600.    RIG
  1601.    RSX-11M
  1602.    RT11
  1603.    SCOPE
  1604.    SIGNAL
  1605.    SINTRAN
  1606.    TAC
  1607.    TENEX
  1608.    TOPS-10
  1609.    TOPS-20
  1610.    TSS
  1611.    UNIX
  1612.    VM/370
  1613.    VM/CMS
  1614.    VMS
  1615.    WAITS
  1616.    XDE
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622. Reynolds & Postel                                              [Page 28]
  1623.  
  1624.  
  1625.  
  1626. Assigned Numbers                                                 RFC 943
  1627. Protocol Names
  1628.  
  1629.  
  1630.                   OFFICIAL PROTOCOL AND SERVICE NAMES
  1631.  
  1632.    These are the Official Protocol Names.  Their use is described in
  1633.    greater detail in RFC 810 [37].
  1634.  
  1635.    ARGUS               - ARGUS Protocol
  1636.    AUTH                - Authentication Service
  1637.    BBN-RCC-MON         - BBN RCC Monitoring
  1638.    BR-SAT-MON          - Backroom SATNET Monitoring
  1639.    CFTP                - CFTP
  1640.    CHAOS               - CHAOS Protocol
  1641.    CHARGEN             - Character Generator Protocol
  1642.    CLOCK               - DCNET Time Server Protocol
  1643.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  1644.    DAYTIME             - Daytime Protocol
  1645.    DCN-MEAS            - DCN Measurement Subsystems Protocol
  1646.    DCP                 - Device Control Protocol
  1647.    DISCARD             - Discard Protocol
  1648.    DOMAIN              - Domain Name Server
  1649.    ECHO                - Echo Protocol
  1650.    EGP                 - Exterior Gateway Protocol
  1651.    EMCON               - Emission Control Protocol
  1652.    FINGER              - Finger Protocol
  1653.    FTP                 - File Transfer Protocol
  1654.    GGP                 - Gateway Gateway Protocol
  1655.    GRAPHICS            - Graphics Protocol
  1656.    HMP                 - Host Monitoring Protocol
  1657.    HOST2-NS            - Host2 Name Server
  1658.    HOSTNAME            - Hostname Protocol
  1659.    ICMP                - Internet Control Message Protocol
  1660.    IGP                 - Interior Gateway Protocol
  1661.    IP                  - Internet Protocol
  1662.    IPCU                - Internet Packet Core Utility
  1663.    IPPC                - Internet Pluribus Packet Core
  1664.    IRTP                - Internet Reliable Transaction Protocol
  1665.    ISI-GL              - ISI Graphics Language Protocol
  1666.    LA-MAINT            - IMP Logical Address Maintenance
  1667.    LEAF-1              - Leaf-1 Protocol
  1668.    LEAF-2              - Leaf-2 Protocol
  1669.    LINK                - Link Protocol
  1670.    LOGIN               - Login Host Protocol
  1671.    METAGRAM            - Metagram Relay
  1672.    MIT-ML-DEV          - MIT ML Device
  1673.    MIT-SUBNET          - MIT Subnet Support
  1674.    MIT-DOV             - MIT Dover Spooler
  1675.    MPM                 - Internet Message Protocol (Multimedia Mail)
  1676.    MPM-FLAGS           - MP Flags Protocol
  1677.    MSG-AUTH            - MSG Authentication Protocol
  1678.  
  1679.  
  1680. Reynolds & Postel                                              [Page 29]
  1681.  
  1682.  
  1683.  
  1684. Assigned Numbers                                                 RFC 943
  1685. Protocol Names
  1686.  
  1687.  
  1688.    MSG-ICP             - MSG ICP Protocol
  1689.    MUX                 - Multiplexing Protocol
  1690.    NAMESERVER          - Host Name Server
  1691.    NETED               - Network Standard Text Editor
  1692.    NETRJS              - Remote Job Service
  1693.    NI-FTP              - NI File Transfer Protocol
  1694.    NI-MAIL             - NI Mail Protocol
  1695.    NICNAME             - Who Is Protocol
  1696.    NSW-FE              - NSW User System Front End
  1697.    NVP-II              - Network Voice Protocol
  1698.    POP2                - Post Office Protocol - Version 2
  1699.    PRM                 - Packet Radio Measurement
  1700.    PUP                 - PUP Protocol
  1701.    QUOTE               - Quote of the Day Protocol
  1702.    RDP                 - Reliable Data Protocol
  1703.    RJE                 - Remote Job Entry
  1704.    RLP                 - Resource Location Protocol
  1705.    RTELNET             - Remote Telnet Service
  1706.    RVD                 - Remote Virtual Disk Protocol
  1707.    SAT-EXPAK           - Satnet and Backroom EXPAK
  1708.    SAT-MON             - SATNET Monitoring
  1709.    SFTP                - Simple File Transfer Protocol
  1710.    SMTP                - Simple Mail Transfer Protocol
  1711.    ST                  - Stream Protocol
  1712.    SU-MIT-TG           - SU/MIT Telnet Gateway Protocol
  1713.    SUNRPC              - SUN Remote Procedure Call
  1714.    SUPDUP              - SUPDUP Protocol
  1715.    SUR-MEAS            - Survey Measurement
  1716.    SWIFT-RVF           - Remote Virtual File Protocol
  1717.    TACACS-DS           - TACACS-Database Service
  1718.    TCP                 - Transmission Control Protocol
  1719.    TELNET              - Telnet Protocol
  1720.    TFTP                - Trivial File Transfer Protocol
  1721.    TIME                - Time Server Protocol
  1722.    TRUNK-1             - Trunk-1 Protocol
  1723.    TRUNK-2             - Trunk-2 Protocol
  1724.    UCL                 - University College London Protocol
  1725.    UDP                 - User Datagram Protocol
  1726.    UNTP                - USENET News Transfer Protocol
  1727.    USERS               - Active Users Protocol
  1728.    UUCP-PATH           - UUCP Path Service
  1729.    VIA-FTP             - VIA Systems-File Transfer Protocol
  1730.    WB-EXPAK            - Wideband EXPAK
  1731.    WB-MON              - Wideband Monitoring
  1732.    XNET                - Cross Net Debugger
  1733.    XNS-IDP             - Xerox NS IDP
  1734.  
  1735.  
  1736.  
  1737.  
  1738. Reynolds & Postel                                              [Page 30]
  1739.  
  1740.  
  1741.  
  1742. Assigned Numbers                                                 RFC 943
  1743. Terminal Type Names
  1744.  
  1745.  
  1746.                       OFFICIAL TERMINAL TYPE NAMES
  1747.  
  1748.    These are the Official Terminal Type Names.  Their use is described
  1749.    in RFC 930 [102].  The maximum length of a name is 40 characters.
  1750.  
  1751.    ADDS-CONSUL-980
  1752.    ADDS-REGENT-100
  1753.    ADDS-REGENT-20
  1754.    ADDS-REGENT-200
  1755.    ADDS-REGENT-25
  1756.    ADDS-REGENT-40
  1757.    ADDS-REGENT-60
  1758.    AMPEX-DIALOGUE-80
  1759.    ANDERSON-JACOBSON-630
  1760.    ANDERSON-JACOBSON-832
  1761.    ANDERSON-JACOBSON-841
  1762.    ANN-ARBOR-AMBASSADOR
  1763.    ARDS
  1764.    BITGRAPH
  1765.    BUSSIPLEXER
  1766.    CALCOMP-565
  1767.    CDC-456
  1768.    CDI-1030
  1769.    CDI-1203
  1770.    CLNZ
  1771.    COMPUCOLOR-II
  1772.    CONCEPT-100
  1773.    CONCEPT-104
  1774.    CONCEPT-108
  1775.    DATA-100
  1776.    DATA-GENERAL-6053
  1777.    DATAGRAPHIX-132A
  1778.    DATAMEDIA-1520
  1779.    DATAMEDIA-1521
  1780.    DATAMEDIA-2500
  1781.    DATAMEDIA-3025
  1782.    DATAMEDIA-3025A
  1783.    DATAMEDIA-3045
  1784.    DATAMEDIA-3045A
  1785.    DATAMEDIA-DT80/1
  1786.    DATAPOINT-2200
  1787.    DATAPOINT-3000
  1788.    DATAPOINT-3300
  1789.    DATAPOINT-3360
  1790.    DEC-DECWRITER-I
  1791.    DEC-DECWRITER-II
  1792.    DEC-GT40
  1793.    DEC-GT40A
  1794.  
  1795.  
  1796. Reynolds & Postel                                              [Page 31]
  1797.  
  1798.  
  1799.  
  1800. Assigned Numbers                                                 RFC 943
  1801. Terminal Type Names
  1802.  
  1803.  
  1804.    DEC-GT42
  1805.    DEC-LA120
  1806.    DEC-LA30
  1807.    DEC-LA36
  1808.    DEC-LA38
  1809.    DEC-VT05
  1810.    DEC-VT100
  1811.    DEC-VT132
  1812.    DEC-VT50
  1813.    DEC-VT50H
  1814.    DEC-VT52
  1815.    DELTA-DATA-5000
  1816.    DELTA-TELTERM-2
  1817.    DIABLO-1620
  1818.    DIABLO-1640
  1819.    DIGILOG-333
  1820.    DTC-300S
  1821.    EDT-1200
  1822.    EXECUPORT-4000
  1823.    EXECUPORT-4080
  1824.    GENERAL-TERMINAL-100A
  1825.    GSI
  1826.    HAZELTINE-1500
  1827.    HAZELTINE-1510
  1828.    HAZELTINE-1520
  1829.    HAZELTINE-2000
  1830.    HP-2621
  1831.    HP-2621A
  1832.    HP-2621P
  1833.    HP-2626
  1834.    HP-2626A
  1835.    HP-2626P
  1836.    HP-2640
  1837.    HP-2640A
  1838.    HP-2640B
  1839.    HP-2645
  1840.    HP-2645A
  1841.    HP-2648
  1842.    HP-2648A
  1843.    HP-2649
  1844.    HP-2649A
  1845.    IBM-3101
  1846.    IBM-3101-10
  1847.    IBM-3275-2
  1848.    IBM-3276-2
  1849.    IBM-3276-3
  1850.    IBM-3276-4
  1851.    IBM-3277-2
  1852.  
  1853.  
  1854. Reynolds & Postel                                              [Page 32]
  1855.  
  1856.  
  1857.  
  1858. Assigned Numbers                                                 RFC 943
  1859. Terminal Type Names
  1860.  
  1861.  
  1862.    IBM-3278-2
  1863.    IBM-3278-3
  1864.    IBM-3278-4
  1865.    IBM-3278-5
  1866.    IBM-3279-2
  1867.    IBM-3279-3
  1868.    IMLAC
  1869.    INFOTON-100
  1870.    INFOTONKAS
  1871.    ISC-8001
  1872.    LSI-ADM-3
  1873.    LSI-ADM-31
  1874.    LSI-ADM-3A
  1875.    LSI-ADM-42
  1876.    MEMOREX-1240
  1877.    MICROBEE
  1878.    MICROTERM-ACT-IV
  1879.    MICROTERM-ACT-V
  1880.    MICROTERM-MIME-1
  1881.    MICROTERM-MIME-2
  1882.    NETRONICS
  1883.    NETWORK-VIRTUAL-TERMINAL
  1884.    OMRON-8025AG
  1885.    PERKIN-ELMER-1100
  1886.    PERKIN-ELMER-1200
  1887.    PERQ
  1888.    PLASMA-PANEL
  1889.    QUME-SPRINT-5
  1890.    SOROC
  1891.    SOROC-120
  1892.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  1893.    SUPERBEE
  1894.    SUPERBEE-III-M
  1895.    TEC
  1896.    TEKTRONIX-4010
  1897.    TEKTRONIX-4012
  1898.    TEKTRONIX-4013
  1899.    TEKTRONIX-4014
  1900.    TEKTRONIX-4023
  1901.    TEKTRONIX-4024
  1902.    TEKTRONIX-4025
  1903.    TEKTRONIX-4027
  1904.    TELERAY-1061
  1905.    TELERAY-3700
  1906.    TELERAY-3800
  1907.    TELETEC-DATASCREEN
  1908.    TELETERM-1030
  1909.    TELETYPE-33
  1910.  
  1911.  
  1912. Reynolds & Postel                                              [Page 33]
  1913.  
  1914.  
  1915.  
  1916. Assigned Numbers                                                 RFC 943
  1917. Terminal Type Names
  1918.  
  1919.  
  1920.    TELETYPE-35
  1921.    TELETYPE-37
  1922.    TELETYPE-38
  1923.    TELETYPE-43
  1924.    TELEVIDEO-912
  1925.    TELEVIDEO-920
  1926.    TELEVIDEO-920B
  1927.    TELEVIDEO-920C
  1928.    TELEVIDEO-950
  1929.    TERMINET-1200
  1930.    TERMINET-300
  1931.    TI-700
  1932.    TI-733
  1933.    TI-735
  1934.    TI-743
  1935.    TI-745
  1936.    TYCOM
  1937.    UNIVAC-DCT-500
  1938.    VIDEO-SYSTEMS-1200
  1939.    VIDEO-SYSTEMS-5000
  1940.    VISUAL-200
  1941.    XEROX-1720
  1942.    ZENITH-H19
  1943.    ZENTEC-30
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970. Reynolds & Postel                                              [Page 34]
  1971.  
  1972.  
  1973.  
  1974. Assigned Numbers                                                 RFC 943
  1975. Documents
  1976.  
  1977.  
  1978.                                DOCUMENTS
  1979.  
  1980.    [1]    Accetta, M., "Resource Location Protocol", RFC 887,
  1981.           Carnegie-Mellon University, December 1983.
  1982.  
  1983.    [2]    Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
  1984.  
  1985.    [3]    Anderson, B., "TACACS User Identification Telnet Option",
  1986.           RFC 927, BBN, December 1984.
  1987.  
  1988.    [4]    ARPANET Protocol Handbook, "Telnet Output Line Width Option",
  1989.           NIC 20196, November 1973.
  1990.  
  1991.    [5]    ARPANET Protocol Handbook, "Telnet Output Page Size Option",
  1992.           NIC 20197, November 1973.
  1993.  
  1994.    [6]    ARPANET Protocol Handbook, "Telnet Reconnection Option",
  1995.           NIC 15391, August 1973.
  1996.  
  1997.    [7]    BBN Proposal No. P83-COM-40, "Packet Switched Overlay to
  1998.           Tactical Multichannel/Satellite Systems".
  1999.  
  2000.    [8]    BBN, "Specifications for the Interconnection of a Host and an
  2001.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  2002.           Massachusetts, revised, December 1981.
  2003.  
  2004.    [9]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  2005.           University College, London, January 1981.
  2006.  
  2007.    [10]   Bhushan, A., "A Report on the Survey Project", RFC 530,
  2008.           NIC 17375, June 1973.
  2009.  
  2010.    [11]   Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  2011.           (version 2.1)", ISI/TM-80-18, Information Sciences Institute,
  2012.           July 1980.
  2013.  
  2014.    [12]   Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  2015.           Internetwork Architecture", XEROX Palo Alto Research Center,
  2016.           CSL-79-10, July 1979; also in IEEE Transactions on
  2017.           Communication, Volume COM-28, Number 4, April 1980.
  2018.  
  2019.    [13]   Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  2020.           November 1977.
  2021.  
  2022.    [14]   Bressler, B., "Remote Job Entry Protocol",  RFC 407,
  2023.           NIC 12112, October 72.
  2024.  
  2025.  
  2026.  
  2027.  
  2028. Reynolds & Postel                                              [Page 35]
  2029.  
  2030.  
  2031.  
  2032. Assigned Numbers                                                 RFC 943
  2033. Documents
  2034.  
  2035.  
  2036.    [15]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  2037.           RFC 441, NIC 13773, January 1973.
  2038.  
  2039.    [16]   Butler, M., J. Postel, D. Chase, J. Goldberger, and
  2040.           J. K. Reynolds, "Post Office Protocol - Version 2", RFC 937,
  2041.           Obsoletes RFC 918, Information Sciences Institute,
  2042.           February 1985.
  2043.  
  2044.    [17]   Clark, D., "Revision of DSP Specification", Local Network
  2045.           Note 9, Laboratory for Computer Science, MIT, June 1977.
  2046.  
  2047.    [18]   Cohen, D., "Specifications for the Network Voice Protocol",
  2048.           RFC 741, ISI/RR 7539, Information Sciences Institute,
  2049.           March 1976.
  2050.  
  2051.    [19]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  2052.           Information Sciences Institute, May 1979.
  2053.  
  2054.    [20]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  2055.           Massachusetts Computer Associates, 4 March 1976. Also as,
  2056.           "National Software Works, Status Report No. 1,"
  2057.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  2058.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  2059.           Associates, August 1976.
  2060.  
  2061.    [21]   Crispin, M., "Telnet Logout Option", Stanford University-AI,
  2062.           RFC 727, April 1977.
  2063.  
  2064.    [22]   Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,
  2065.           RFC 736, October 1977.
  2066.  
  2067.    [23]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  2068.           October 1977.
  2069.  
  2070.    [24]   Crocker, D., "Telnet Output Carriage-Return Disposition
  2071.           Option", RFC 652, October 1974.
  2072.  
  2073.    [25]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  2074.           RFC 655, October 1974.
  2075.  
  2076.    [26]   Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  2077.           October 1974.
  2078.  
  2079.    [27]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  2080.           Option", RFC 654,
  2081.  
  2082.    [28]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  2083.           RFC 653, October 1974.
  2084.  
  2085.  
  2086. Reynolds & Postel                                              [Page 36]
  2087.  
  2088.  
  2089.  
  2090. Assigned Numbers                                                 RFC 943
  2091. Documents
  2092.  
  2093.  
  2094.    [29]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  2095.           RFC 657, October 1974.
  2096.  
  2097.    [30]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  2098.           RFC 656, October 1974.
  2099.  
  2100.    [31]   Crocker, D. H. and R. H. Gumpertz, "Revised Telnet Byte Marco
  2101.           Option", RFC 735, November 1977.
  2102.  
  2103.    [32]   Croft, W. J., "Unix Networking at Purdue", USENIX Conference,
  2104.           1980.
  2105.  
  2106.    [33]   Day, J., "Telnet Data Entry Terminal Option", RFC 732,
  2107.           September 1977.
  2108.  
  2109.    [34]   Elvy, M., and R. Nedved, "Network Mail Path Service", RFC 915,
  2110.           Harvard and CMU, December 1984.
  2111.  
  2112.    [35]   Feinler, E., "Internet Protocol Transition Workbook", Network
  2113.           Information Center, SRI International, March 1982.
  2114.  
  2115.    [36]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  2116.           NIC 7104, for the Defense Communications Agency by SRI
  2117.           International, Menlo Park, California, Revised January 1978.
  2118.  
  2119.    [37]   Feinler, E., K. Harrenstien, and Z. Su, "DoD Internet Host
  2120.           Table Specification", RFC 810, SRI International, March 1982.
  2121.  
  2122.    [38]   Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse
  2123.           Address Resolution Protocol", RFC 903, Stanford University,
  2124.           June 1984.
  2125.  
  2126.    [39]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  2127.           IEN 119, MIT Lincoln Laboratory, September 1979.
  2128.  
  2129.    [40]   Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  2130.           Newman, January 1982.
  2131.  
  2132.    [41]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  2133.           MIT-Multics, September 1978.
  2134.  
  2135.    [42]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  2136.           SRI International,  December 1977.
  2137.  
  2138.    [43]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  2139.           RFC 811, SRI International, March 1982.
  2140.  
  2141.  
  2142.  
  2143.  
  2144. Reynolds & Postel                                              [Page 37]
  2145.  
  2146.  
  2147.  
  2148. Assigned Numbers                                                 RFC 943
  2149. Documents
  2150.  
  2151.  
  2152.    [44]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812,
  2153.           SRI International, March 1982.
  2154.  
  2155.    [45]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  2156.           IEN 158, October 1980.
  2157.  
  2158.    [46]   Hinden, R. M., "A Host Monitoring Protocol", RFC 869,
  2159.           Bolt Beranek and Newman, December 1983.
  2160.  
  2161.    [47]   Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  2162.           RFC 823, September 1982.
  2163.  
  2164.    [48]   Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
  2165.           Project Plan".
  2166.  
  2167.    [49]   Honeywell CISL, Internal Document, "Multics MR11 PFS".
  2168.  
  2169.    [50]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  2170.           over Ethernet Networks, RFC 894, Symbolics, April 1984.
  2171.  
  2172.    [51]   Hwang, K., W. J. Croft and G. H. Goble, "A Unix-Based Local
  2173.           Computer Network with Load Balancing", IEEE Computer,
  2174.           April 1982.
  2175.  
  2176.    [52]   IBM Corporation, "Technical Reference Manual for the IBM PC
  2177.           Network", 6322505, IBM, Boca Raton, Florida, 1984.
  2178.  
  2179.    [53]   Killian, E., "Telnet Send-Location Option", RFC 779,
  2180.           April 1981.
  2181.  
  2182.    [54]   Korb, J. T., "A Standard for the Transmission of IP Datagrams
  2183.           Over Public Data Networks", RFC 877, Purdue University,
  2184.           September 1983.
  2185.  
  2186.    [55]   Leffler, S. J., et al., "4.2bsd Network Implementation Notes",
  2187.           University of California, Berkeley, July 1983.
  2188.  
  2189.    [56]   Lottor, M. K., "Simple File Transfer Protocol", RFC 913, MIT,
  2190.           September 1984.
  2191.  
  2192.    [57]   Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
  2193.           Network", RFC 824, Bolt Beranek and Newman, August 1982.
  2194.  
  2195.    [58]   Malis, A.,  "The ARPANET 1822L Host Access Protocol", RFC 878,
  2196.           BBN-CC, Cambridge, December 1983.
  2197.  
  2198.    [59]   Malis, A., "Logical Addressing Implementation Specification",
  2199.           BBN Report 5256, pp 31-36, May 1983.
  2200.  
  2201.  
  2202. Reynolds & Postel                                              [Page 38]
  2203.  
  2204.  
  2205.  
  2206. Assigned Numbers                                                 RFC 943
  2207. Documents
  2208.  
  2209.  
  2210.    [60]   Metcalfe, R. M. and D. R. Boggs, "Ethernet: Distributed Packet
  2211.           Switching for Local Computer Networks", Communications of the
  2212.           ACM, 19 (7), pp 395-402, July 1976.
  2213.  
  2214.    [61]   Miller, T., "Internet Reliable Transaction Protocol", RFC 938,
  2215.           ACC, February 1985.
  2216.  
  2217.    [62]   Mills, D., "DCN Local Network Protocols", RFC 891, Linkabit,
  2218.           December 1983.
  2219.  
  2220.    [63]   NSW Protocol Committee, "MSG: The Interprocess Communication
  2221.           Facility for the National Software Works", CADD-7612-2411,
  2222.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  2223.           Newman, Revised December 1976.
  2224.  
  2225.    [64]   Plummer, D., "An Ethernet Address Resolution Protocol or
  2226.           Converting Network Protocol Addresses to 48-bit Ethernet
  2227.           Addresses for Transmission on Ethernet Hardware", RFC 826,
  2228.           MIT-LCS, November 1982.
  2229.  
  2230.    [65]   Postel, J., "Active Users", RFC 866, Information
  2231.           Sciences Institute, May 1983.
  2232.  
  2233.    [66]   Postel, J., "A Standard for the Transmission of IP Datagrams
  2234.           over Experimental Ethernet Networks, RFC 895, Information
  2235.           Sciences Institute, April 1984.
  2236.  
  2237.    [67]   Postel, J., "Character Generator Protocol", RFC 864,
  2238.           Information Sciences Institute, May 1983.
  2239.  
  2240.    [68]   Postel, J., "Daytime Protocol", RFC 867,
  2241.           Information Sciences Institute, May 1983.
  2242.  
  2243.    [69]   Postel, J., "Discard Protocol", RFC 863,
  2244.           Information Sciences Institute, May 1983.
  2245.  
  2246.    [70]   Postel, J., "Echo Protocol", RFC 862,
  2247.           Information Sciences Institute, May 1983.
  2248.  
  2249.    [71]   Postel, J., "File Transfer Protocol", RFC 765, IEN 149,
  2250.           Information Sciences Institute, June 1980.
  2251.  
  2252.    [72]   Postel, J., "Internet Control Message Protocol - DARPA
  2253.           Internet Program Protocol Specification", RFC 792,
  2254.           Information Sciences Institute, September 1981.
  2255.  
  2256.    [73]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  2257.           Information Sciences Institute, August 1980.
  2258.  
  2259.  
  2260. Reynolds & Postel                                              [Page 39]
  2261.  
  2262.  
  2263.  
  2264. Assigned Numbers                                                 RFC 943
  2265. Documents
  2266.  
  2267.  
  2268.    [74]   Postel, J., "Name Server", IEN 116,
  2269.           Information Sciences Institute, August 1979.
  2270.  
  2271.    [75]   Postel, J., "Quote of the Day Protocol", RFC 865,
  2272.           Information Sciences Institute, May 1983.
  2273.  
  2274.    [76]   Postel, J., "Remote Telnet Service", RFC 818,
  2275.           Information Sciences Institute, November 1982.
  2276.  
  2277.    [77]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  2278.           Information Sciences Institute, August 1982.
  2279.  
  2280.    [78]   Postel, J., "Telnet End of Record Option", RFC 885,
  2281.           Information Sciences Institute, December 1983.
  2282.  
  2283.    [79]   Postel, J., "User Datagram Protocol", RFC 768
  2284.           Information Sciences Institute, August 1980.
  2285.  
  2286.    [80]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  2287.           Protocol Specification", RFC 791, Information Sciences
  2288.           Institute, September 1981.
  2289.  
  2290.    [81]   Postel, J., ed., "Transmission Control Protocol - DARPA
  2291.           Internet Program Protocol Specification", RFC 793,
  2292.           Information Sciences Institute, September 1981.
  2293.  
  2294.    [82]   Postel, J. and D. Crocker, "Remote Controlled Transmission and
  2295.           Echoing Telnet Option", RFC 726, March 1977.
  2296.  
  2297.    [83]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  2298.           Information Sciences Institute, May 1983.
  2299.  
  2300.    [84]   Postel, J. and J. Reynolds, "Telnet Extended Options - List
  2301.           Option", RFC 861, Information Sciences Institute, May 1983.
  2302.  
  2303.    [85]   Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  2304.           RFC 856, Information Sciences Institute, May 1983.
  2305.  
  2306.    [86]   Postel, J. and J. Reynolds, "Telnet Echo Option", RFC 857,
  2307.           Information Sciences Institute, May 1983.
  2308.  
  2309.    [87]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  2310.           RFC 854, Information Sciences Institute, May 1983.
  2311.  
  2312.    [88]   Postel, J. and J. Reynolds, "Telnet Status Option", RFC 859,
  2313.           Information Sciences Institute, May 1983.
  2314.  
  2315.  
  2316.  
  2317.  
  2318. Reynolds & Postel                                              [Page 40]
  2319.  
  2320.  
  2321.  
  2322. Assigned Numbers                                                 RFC 943
  2323. Documents
  2324.  
  2325.  
  2326.    [89]   Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  2327.           RFC 858, Information Sciences Institute, May 1983.
  2328.  
  2329.    [90]   Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  2330.           RFC 860, Information Sciences Institute, May 1983.
  2331.  
  2332.    [91]   Reed, D., "Protocols for the LCS Network", Local Network Note
  2333.           3, Laboratory for Computer Science, MIT, November 1976.
  2334.  
  2335.    [92]   Reynolds, J. and J. Postel, "Official ARPA-Internet
  2336.           Protocols", RFC 944, Information Sciences Institute,
  2337.           April 1985.
  2338.  
  2339.    [93]   Rosen, E., "Exterior Gateway Protocol" RFC 827, Bolt Beranek
  2340.           and Newman, October 1982.
  2341.  
  2342.    [94]   Saltzer, J. H., "Design of a Ten-megabit/sec Token Ring
  2343.           Network", MIT Laboratory for Computer Science Technical
  2344.           Report.
  2345.  
  2346.    [95]   Scott, W. S., "2.9bsd/TIS Network Implementation", Lawrence
  2347.           Livermore National Laboratory, September 1984.
  2348.  
  2349.    [96]   Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway
  2350.           Protocol", RFC 888, BBN Communications Corporation,
  2351.           January 1984.
  2352.  
  2353.    [97]   Shuttleworth, B., "A Documentary of MFENet, a National
  2354.           Computer Network", UCRL-52317, Lawrence Livermore Labs,
  2355.           Livermore, California, June 1977.
  2356.  
  2357.    [98]   Silverman, S., "Output Marking Telnet Option", RFC 933, MITRE,
  2358.           January 1985.
  2359.  
  2360.    [99]   Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
  2361.           Project", IEN 96, April 1979.
  2362.  
  2363.    [100]  Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  2364.           MIT/LCS, June 1981.
  2365.  
  2366.    [101]  Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name
  2367.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  2368.  
  2369.    [102]  Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  2370.           RFC 930, Supercedes RFC 884, University of Wisconsin, Madison,
  2371.           January 1985.
  2372.  
  2373.  
  2374.  
  2375.  
  2376. Reynolds & Postel                                              [Page 41]
  2377.  
  2378.  
  2379.  
  2380. Assigned Numbers                                                 RFC 943
  2381. Documents
  2382.  
  2383.  
  2384.    [103]  Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  2385.           NIC 24308, August 1974.
  2386.  
  2387.    [104]  StJohns, M., "Authentication Service", RFC 912, TPSC,
  2388.           September 1984.
  2389.  
  2390.    [105]  Tappan, D. C., "The CRONUS Virtual Local Network", RFC 824,
  2391.           Bolt Beranek and Newman, August 1982.
  2392.  
  2393.    [106]  "The Ethernet, a Local Area Network: Data Link Layer and
  2394.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  2395.           Corporation, Maynard, MA.
  2396.  
  2397.    [107]  "The Ethernet - A Local Area Network", Version 1.0, Digital
  2398.           Equipment Corporation, Intel Corporation, Xerox Corporation,
  2399.           September 1980.
  2400.  
  2401.    [108]  "The Ethernet, A Local Area Network: Data Link Layer and
  2402.           Physical Layer Specifications", Digital, Intel and Xerox,
  2403.           November 1982.
  2404.  
  2405.    [109]  The High Level Protocol Group, "A Network Independent File
  2406.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  2407.  
  2408.    [110]  Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  2409.           University-AI, July 1975.
  2410.  
  2411.    [111]  Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol",
  2412.           RFC 908, BBN Communications Corporation, July 1984.
  2413.  
  2414.    [112]  Whelan, D., "The Caltech Computer Science Department Network",
  2415.           5052:DF:82, Caltech Computer Science Department, 1982.
  2416.  
  2417.    [113]  XEROX, "The Ethernet, A Local Area Network: Data Link Layer
  2418.           and Physical Layer Specification", X3T51/80-50, Xerox
  2419.           Corporation, Stamford, CT., October 1980.
  2420.  
  2421.    [114]  XEROX, "Internet Transport Protocols",  XSIS 028112, Xerox
  2422.           Corporation, Stamford, Connecticut, December 1981.
  2423.  
  2424.    [115]  BBN, "User Manual for TAC User Database Tool", Bolt Beranek
  2425.           and Newman, September 1984.
  2426.  
  2427.    [116]  International Standards Organization, "Protocol for Providing
  2428.           the Connectionless-Mode Network Services", RFC 926, ISO,
  2429.           December 1984.
  2430.  
  2431.  
  2432.  
  2433.  
  2434. Reynolds & Postel                                              [Page 42]
  2435.  
  2436.  
  2437.  
  2438. Assigned Numbers                                                 RFC 943
  2439. Documents
  2440.  
  2441.  
  2442.    [117]  Lapsley, P., and B. Kantor, "USENET News Transfer Protocol",
  2443.           Draft Memo, April 1985.
  2444.  
  2445.    
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492. Reynolds & Postel                                              [Page 43]
  2493.  
  2494.  
  2495.  
  2496. Assigned Numbers                                                 RFC 943
  2497. People
  2498.  
  2499.  
  2500.                                  PEOPLE
  2501.  
  2502.    [AB13]    Alison Brown        CORNELL   alison@CORNELL.ARPA
  2503.    [AB20]    Art Berggreen       ACC       ART@ACC.ARPA
  2504.    [AD22]    Arlene DesJardins   CIT       arlene@CIT-20.ARPA
  2505.    [AG22]    Alfred Ganz         YALE      GANZ@YALE.ARPA
  2506.    [AGM]     Andy Malis          BBN       Malis@BBN-UNIX.ARPA
  2507.    [AKC]     Albert Cheng        UIUC      acheng.uiuc@CSNET-RELAY.ARPA
  2508.    [AL6]     Alexis Layton       CCA       alex@CCA-UNIX.ARPA
  2509.    [APS]     Anita Skelton       MITRE     skelton@MITRE.ARPA
  2510.    [AP]      Alan Parker         NRL       parker@NRL-CSS.ARPA
  2511.    [AV]      Al Vezza            MIT       AV@MIT-XX.ARPA
  2512.    [AW9]     Albert Wong         NPS       AWong@USC-ISI.ARPA
  2513.    [AXG]     Atul Garg           HP        ---none---
  2514.    [AY5]     Akiharu Yasuda      DODIIS    dia@PAXRV-NES.ARPA
  2515.    [BA4]     Brian Anderson      BBN       baanders@BBNCCQ.ARPA
  2516.    [BC14]    Robert Cattani      COLUMBIA  Cattani@COLUMBIA-20.ARPA
  2517.    [BG5]     Bob Gilligan        SRI       Gilligan@SRI-KL.ARPA
  2518.    [BIM]     Benson I. Margulies HONEYWELL Margulies@CISL.ARPA
  2519.    [BJN1]    Bruce Nemnich       TMC       BJN@MIT-MC.ARPA
  2520.    [BML]     Barry Leiner        ARPA      Leiner@USC-ISIA.ARPA
  2521.    [BN7]     Bich T. Nguyen      SRI       btn@SRI-TSC.ARPA
  2522.    [BN9]     Bill Nesheim        CORNELL   bill@CORNELL.ARPA
  2523.    [BP17]    Bobbi Phillips      SRI       bobbi@SRI-TSC.ARPA
  2524.    [BXA]     Bobby W. Allen      YPG       WYMER@OFFICE.ARPA
  2525.    [CAK]     Chris Kent          PURDUE    Kent@PURDUE.ARPA
  2526.    [CBD]     Clive B. Dawson     MCC       Clive@MCC.ARPA
  2527.    [CBP]     Brian Pinkerton     WISCONSON Brian@WISC-RSCH.ARPA
  2528.    [CC2]     Chase Cotton        UDEL      Cotton@UDEL-EE.ARPA
  2529.    [CH2]     Charles Hornig      SYMBOLICS Hornig@MIT-MC.ARPA
  2530.    [CJW2]    Cliff Weinstein     LL        cjw@LL-11.ARPA
  2531.    [CLH3]    Charles Hedrick     RUTGERS   Hedrick@RUTGERS.ARPA
  2532.    [CMR]     Craig Rogers        ISI       Rogers@USC-ISIB.ARPA
  2533.    [CP10]    Craig Partridge     BBN       craig@BBN-UNIX.ARPA
  2534.    [CXH]     Chien Y. Huang      PRINCETON
  2535.                                           6026959%PUCC.BINET@WISCVM.ARPA
  2536.    [CXL]     Clifford A. Lynch   BERKELEY
  2537.                                          udcla%ucbtopaz.cc@UCB-ARPA.ARPA
  2538.    [DAM1]    David A. Mosher     BERKELEY  Mosher@UCB-ARPA.ARPA
  2539.    [DCP1]    David Plummer       MIT       DCP@MIT-MC.ARPA
  2540.    [DT15]    Dan Tappan          BBN       Tappan@BBNG.ARPA
  2541.    [DDC2]    Dave Clark          MIT-LCS   Clark@MIT-MULTICS.ARPA
  2542.    [DG28]    David L. Gehrt      RIACS     Dave@RIACS.ARPA
  2543.    [DH17]    Douglas Hirsch      BBN       hirsch@BBN-UNIX.ARPA
  2544.    [DHH]     Doug Hunt           BBN       DHunt@BBN-UNIX.ARPA
  2545.    [DJF]     David J. Farber     ROCHESTER Farber@ROCHESTER.ARPA
  2546.    [DJV1]    Darrel J. Van Buer  SDC       vanbuer@ISI-VAXA.ARPA
  2547.    [DK2]     Dean B. Krafft      CORNELL   Dean@CORNELL.ARPA
  2548.  
  2549.  
  2550. Reynolds & Postel                                              [Page 44]
  2551.  
  2552.  
  2553.  
  2554. Assigned Numbers                                                 RFC 943
  2555. People
  2556.  
  2557.  
  2558.    [DLM1]    David Mills         LINKABIT  Mills@USC-ISID.ARPA
  2559.    [DM11]    Dale McNeill        BBN       mcneill@BBN-UNIX.ARPA
  2560.    [DM27]    Doug McCallum       NBI       nbires!mccallum@UCB-ARPA.ARPA
  2561.    [DPR]     David Reed          MIT-LCS   DPR@MIT-XX.ARPA
  2562.    [DRP]     Don Provan          LLNL      Provan@LLL-MFE.ARPA
  2563.    [DSW]     Dan Whelan          CALTECH   Dan@CIT-20.ARPA
  2564.    [DXD]     Dennis J.W. Dube    VIA SYSTEMS ---none---
  2565.    [DXG]     David Goldberg      SMI       sun!dg@UCB-ARPA.ARPA
  2566.    [EAK1]    Earl Killian        LLL       EAK@MIT-MC.ARPA
  2567.    [EBM]     Eliot Moss          MIT       EBM@MIT-XX.ARPA
  2568.    [EC5]     Ed Cain             DCEC      cain@EDN-UNIX.ARPA
  2569.    [EF5]     Ed Franceschini     NYU       Franceschini@NYU.ARPA
  2570.    [EHP]     Ed Perry            SRI       Perry@SRI-KL.ARPA
  2571.    [FAS]     Fred Segovich       COMPION   fred@COMPION-VMS.ARPA
  2572.    [FLM2]    F. Lee Maybaum      MILNET    Maybaum@DDN1
  2573.    [GEOF]    Geoff Goodfellow    SRI       Geoff@DARCOM-KA.ARPA
  2574.    [GC]      Graham Campbell     BNL       gc@BNL.ARPA
  2575.    [GH29]    Gregory Hidley      UCSD      hidley@NOSC.ARPA
  2576.    [GIH]     Glenn I. Hastie II  SRI       Hastie@SRI-SPAM.ARPA
  2577.    [GLH5]    Gavin L. Hamphill   DREA      Hemphill@DREA-XX.ARPA
  2578.    [GP10]    George Pavel        LLNL      liaison@LLL-TIS.ARPA
  2579.    [GXL]     Guillermo A. Loyola IBM      Loyola%ibm-sj@CSNET-RELAY.ARPA
  2580.    [HA]      Howard Alt          AIDS      alt@AIDS-UNIX.ARPA
  2581.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBNG.ARPA
  2582.    [HDC1]    Horst Clausen       DFVLR     Clausen@USC-ISID.ARPA
  2583.    [HDW2]    Howard Wactlar      CMU       Wactlar@CMU-CS-A.ARPA
  2584.    [HGM]     Hallam Murray       PARC      Murray.PA@PARC-MAXC.ARPA
  2585.    [HM]      Hank Magnuski       ---       JOSE@PARC-MAXC.ARPA
  2586.    [JA1]     Jules P. Aronson    NLM       Aronson@NLM-MCS.ARPA
  2587.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-KL.ARPA
  2588.    [JAR4]    Jim Rees            WASHINGTON JIM@WASHINGTON.ARPA
  2589.    [JAW3]    Jil Westcott        BBN       Westcott@BBNF.ARPA
  2590.    [JBP]     Jon Postel          ISI       Postel@USC-ISIF.ARPA
  2591.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@BBN-UNIX.ARPA
  2592.    [JC11]    Jim Clifford        LANL      jrc@LANL.ARPA
  2593.    [JCM]     Jeff Mogul          STANFORD  Mogul@SU-SCORE.ARPA
  2594.    [JD21]    Jonathan Dreyer     BBN       JDreyer@BBN-UNIX.ARPA
  2595.    [JDG]     Jim Guyton          RAND      guyton@RAND-UNIX.ARPA
  2596.    [JEM]     Jim Mathis          SRI       Mathis@SRI-KL.ARPA
  2597.    [JFH2]    Jack Haverty        BBN       Haverty@BBN-UNIX.ARPA
  2598.    [JFW]     Jon F. Wilkes       STC       Wilkes@MIT-MULTICS.ARPA
  2599.    [JGH]     Jim Herman          BBN       Herman@BBN-UNIX.ARPA
  2600.    [JG46]    Jonathan Goodman    YALE      Goodman@YALE.ARPA
  2601.    [JKR1]    Joyce K. Reynolds   ISI       JKREYNOLDS@USC-ISIF.ARPA
  2602.    [JL15]    Jay Lepreau         UTAH      Lepreau@UTAH-20.ARPA
  2603.    [JN2]     Jose Nabielsky      MITRE     jnd@MITRE.ARPA
  2604.    [JO5]     John O'Donnell      YALE      ODonnell@YALE.ARPA
  2605.    [JR17]    John L. Robinson    CANADA    DREO-CRC@USC-ISID.ARPA
  2606.  
  2607.  
  2608. Reynolds & Postel                                              [Page 45]
  2609.  
  2610.  
  2611.  
  2612. Assigned Numbers                                                 RFC 943
  2613. People
  2614.  
  2615.  
  2616.    [JRM1]    John Mullen         MITRE     Mullen@MITRE.ARPA
  2617.    [JRS8]    Jeffrey R. Schwab   PURDUE    jrs@PURDUE.ARPA
  2618.    [JS38]    Joseph Sventek      LBL       j@LBL-CSAM.ARPA
  2619.    [JSG5]    Jon Goodridge       BBN       jsg@BBN-UNIX.ARPA
  2620.    [JSQ1]    John S. Quarterman  UT        jsq@UT-SALLY.ARPA
  2621.    [JWF]     Jim Forgie          LL        Forgie@BBNC.ARPA
  2622.    [JWO1]    James W. O'Toole    UMD       james@MARYLAND.ARPA
  2623.    [JXB]     John Blair          NEOCM
  2624.                                       cbosgd!neoucom!johnb@UCB-ARPA.ARPA
  2625.    [JXD]     Jean Darling        WISC-MADI Darling@UWISC.ARPA
  2626.    [JXR]     John Rhodes         LOGNET    JRhodes@Lognet2.ARPA
  2627.    [KCS1]    Kevin C. Smallwood  PURDUE    kcs@PURDUE.ARPA
  2628.    [KLH]     Ken Harrenstien     SRI       KLH@NIC.ARPA
  2629.    [KRS]     Karen Sollins       MIT       Sollins@MIT-XX.ARPA
  2630.    [KTP]     Kenneth T. Pogran   BBN       Pogran@BBN-UNIX.ARPA
  2631.    [KWP]     Kevin W. Paetzold   DEC       Paetzold@DEC-MARLBORO.ARPA
  2632.    [KXK]     Kevin O'Keefe       HAZELTINE Hazeltine@USC-ISIA.ARPA
  2633.    [LB1]     Liudvikas Bukys     ROCHESTER Bukys@ROCHESTER.ARPA
  2634.    [LCN]     Lou Nelson          AEROSPACE Lou@AEROSPACE.ARPA
  2635.    [LCS]     Lou Schreier        SRI       Schreier@USC-ISID.ARPA
  2636.    [LH2]     Lincoln Hu          COLUMBIA  Hu@COLUMBIA-20.ARPA
  2637.    [LOU]     Lou Salkind         NYU       Salkind@NYU.ARPA
  2638.    [LM8]     Liza Martin         MIT-LCS   Martin@MIT-XX.ARPA
  2639.    [LRB]     Larry Bierma        NPRDC     Bierma@NPRDC.ARPA
  2640.    [MA]      Mike Accetta        CMU       Accetta@CMU-CS-A.ARPA
  2641.    [MAB4]    Mark Brown          USC       Mark@USC-ECLB.ARPA
  2642.    [MAE]     Marc A. Elvy        HARVARD   Elvy@HARVARD.ARPA
  2643.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-MULTICS.ARPA
  2644.    [MB]      Michael Brescia     BBN       Brescia@BBN-UNIX.ARPA
  2645.    [MB31]    Michael BereschinskyUSARMY    Bereschinsky@USC-ISID.ARPA
  2646.    [MCA1]    Mary C. Akers       FISG      MCAkers@TPSC-T.ARPA
  2647.    [MDC]     Martin D. Connor    MIT AI    Marty@MIT-MC.ARPA
  2648.    [MF31]    Martin J. Fouts     NASA-AMES nep.fouts@AMES-AMELIA.ARPA
  2649.    [MH12]    Mark Horton         ATT       mark@UCB-ARPA.ARPA
  2650.    [MHS1]    Marvin Solomon      WISC      Solomon@UWISC.ARPA
  2651.    [MJM2]    Mike Muuss          BRL       Mike@BRL.ARPA
  2652.    [MK17]    Mike Karels         BERKELEY  Karels@UCB-ARPA.ARPA
  2653.    [MKL1]    Mark Lottor         MIT       MKL@MIT-XX.ARPA
  2654.    [MLC]     Mike Corrigan       DDN       Corrigan@DDN1.ARPA
  2655.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-UNIX.ARPA
  2656.    [MO14]    Michael O'Donnel    JHU       Odonnel%jhu@CSNET-RELAY.ARPA
  2657.    [MRC]     Mark Crispin        STANFORD  Admin.MRC@SU-SCORE.ARPA
  2658.    [MS9]     Martin Schoffstall  CADMUS    cadmus!schoff@SEISMO.ARPA
  2659.    [MSM1]    Milo S. Medin       AMES      medin@ames-vmsb@SEISMO.ARPA
  2660.    [MTR]     Marshall Rose       IRVINE    MRose.UCI@RAND-RELAY.ARPA
  2661.    [MXK]     Michael Kazar       CMU       Mike.Kazar@CMU-CS-K.ARPA
  2662.    [MXM]     Marc M. Meilleur    COINS     COINS@USC-ISI.ARPA
  2663.    [MXP]     Michael K. Peterson HUGHES    scgvaxd!mkp@CIT-VAX.ARPA
  2664.  
  2665.  
  2666. Reynolds & Postel                                              [Page 46]
  2667.  
  2668.  
  2669.  
  2670. Assigned Numbers                                                 RFC 943
  2671. People
  2672.  
  2673.  
  2674.    [MXP1]    Mark C. Powers      NSWC      mpowers@nswc-g.ARPA
  2675.    [MXR]     Mark A. Rosenstein  MIT       mar@MIT-BORAX.ARPA
  2676.    [MXS]     Marc Shapiro        INRIA     Shapiro@CMU-CS-C.ARPA
  2677.    [NC3]     J. Noel Chiappa     MIT       JNC@MIT-XX.ARPA
  2678.    [NMM]     Mike Minnich        UDELEE    MMinnich@UDEL-EE.ARPA
  2679.    [NXK]     Neil Katin          HP        hpda.neil@UCB-ARPA.ARPA
  2680.    [PA5]     Philip Almquist     STANFORD  Almquist@SU-SCORE.ARPA
  2681.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.ARPA
  2682.    [PFS2]    Paul Sass           CECOM     Sass@USC-ISID.ARPA
  2683.    [PG3]     Phill Gross         LINKABIT  gross@DCN7.ARPA
  2684.    [PGM]     Paul G. Milazzo     RICE      Milazzo@RICE.ARPA
  2685.    [PHD1]    Pieter Ditmars      BBN       pditmars@BBN-UNIX.ARPA
  2686.    [PK]      Peter Kirstein      UCL       Kirstein@USC-ISIA.ARPA
  2687.    [PL4]     Phil Lapsley        BERKELEY  phil%ucbeast@UCB-ARPA.ARPA
  2688.    [PM1]     Paul Mockapetris    ISI       Mockapetris@USC-ISIF.ARPA
  2689.    [PM4]     Paul Martin         SRI       PMartin@SRI-AI.ARPA
  2690.    [PS3]     Paal Spilling       NDRE      Paal@NTA-VAX.ARPA
  2691.    [PXA]     Phillip G. Apley    BITSTREAM PGA@MIT-OZ.ARPA
  2692.    [PXB]     Pat Boyle           UBC       boyle.ubc@CSNET-RELAY.ARPA
  2693.    [PXK]     Philip R. Karn, Jr. BCR       allegra!karn@UCB-ARPA.ARPA
  2694.    [PXM]     Pat Marques         NSRDC     marques@DTRC.ARPA
  2695.    [PXN]     Peter Nellessen     SIEMENS   crtvax!pn@CMU-CS-SPICE.ARPA
  2696.    [RA11]    Rick Adams          CCI       rlgvax!ra@SEISMO.ARPA
  2697.    [RB6]     Richard Bisbey      ISI       Bisbey@USC-ISIB.ARPA
  2698.    [RBN1]    Ronald Natalie, Jr. BRL       ron@BRL-TGR.ARPA
  2699.    [RBW]     Richard B. Wales    UCLA      wales@UCLA-LOCUS.ARPA
  2700.    [RC7]     Robert Cole         UCL       robert@UCL-CS.ARPA
  2701.    [RDB2]    Robert Bressler     BBN       Bressler@BBN-UNIX.ARPA
  2702.    [RDR4]    Dennis Rockwell     BBN       DRockwell@BBN-UNIX.ARPA
  2703.    [REK2]    Robert Kahn         ARPA      Kahn@USC-ISIA.ARPA
  2704.    [RF1]     Randy Frank         UTAH      Frank@UTAH-20.ARPA
  2705.    [RFD1]    Robert F. Donnelly  ARDC      donnelly@ARDC.ARPA
  2706.    [RH6]     Robert Hinden       BBN       Hinden@BBN-UNIX.ARPA
  2707.    [RH60]    Roger Hale          MIT       Network%MIT-BUGS@MIT-MC.ARPA
  2708.    [RHT]     Robert Thomas       BBN       BThomas@BBNG.ARPA
  2709.    [RK1]     Richard Kovalcik    HONEYWELL Kovalcik@MIT-MULTICS.ARPA
  2710.    [RKJ2]    Richard Johnsson    DEC       johnsson@DECWRL.ARPA
  2711.    [RLB1]    Bob Brown           USRA      rlb@AMES-VMSB.ARPA
  2712.    [RLB3]    Ronald L. Broersma  NOSC      Ron@NOSC.ARPA
  2713.    [RLH2]    Ronald L. Hartung   NSWC      ron@NSWC-WO.ARPA
  2714.    [RLS6]    Ronald L. Smith     COINS     COINS@USC-ISIA.ARPA
  2715.    [RNM1]    Neil MacKenzie      RSRE      T45@USC-ISID.ARPA
  2716.    [RR2]     Raleigh Romine      TELEDYNE  romine@SEISMO.ARPA
  2717.    [RR18]    Ron Reisor          UDEL      ron.udel-cc-relay@UDEL.ARPA
  2718.    [RS23]    Russel Sandberg     WISC      root@UWISC.ARPA
  2719.    [RSM1]    Robert S. Miles     NRTC      RSMiles@USC-ECL.ARPA
  2720.    [RTB]     Bob Braden          UCLA      Braden@USC-ISIA.ARPA
  2721.    [RWS4]    Robert W. Scheifler ARGUS     RWS@MIT-XX.ARPA
  2722.  
  2723.  
  2724. Reynolds & Postel                                              [Page 47]
  2725.  
  2726.  
  2727.  
  2728. Assigned Numbers                                                 RFC 943
  2729. People
  2730.  
  2731.  
  2732.    [RXB]     Rafael Bracho       SPAR      RXB@SRI-KL.ARPA
  2733.    [RXG]     Roger L. Gulbranson UMINN  ihnp4!umn-cs!roger@UCB-ARPA.ARPA
  2734.    [RXM]     Robert Myhill       BBN       Myhill@BBNCCS.ARPA
  2735.    [SA1]     Sten Andler         ARPA     andler.ibm-sj@CSNET-RELAY.ARPA
  2736.    [SC3]     Steve Casner        ISI       Casner@USC-ISIB.ARPA
  2737.    [SGC]     Steve Chipman       BBN       Chipman@BBNA.ARPA
  2738.    [SK]      Steve Kille         UCL       UKSAT@USC-ISID.ARPA
  2739.    [SM6]     Sean McLinden       DSL       SMcLinden@CADRE.ARPA
  2740.    [SMF]     Steven M. Feldman   TYMNET    feldman%ucbarpa@UCB-ARPA.ARPA
  2741.    [SXA]     Skip Addison        GATECH
  2742.                                       Skip!gatech.csnet@csnet-relay.ARPA
  2743.    [SXB]     Steve Byrne         TARTAN    Byrne@CMU-CS-C.ARPA
  2744.    [SB28]    Scott Bradner       HARVARD   bradner@HARVARD.ARPA
  2745.    [SXM]     Scott Marcus        SPARTACUS ---none---
  2746.    [SXS]     Steve Silverman     MITRE     Blankert@MITRE-GATEWAY.ARPA
  2747.    [TBS]     Claude S. Steffey   WSMR      csteffey@WSMR70A.ARPA
  2748.    [TC4]     Tony Cincotta       DTNSRDC   tony@NALCON.ARPA
  2749.    [TF6]     Thomas Ferrin       UCSF      ucsfcgl!tef@UCB-ARPA.ARPA
  2750.    [TW11]    Tom Wadlow          LLL       TAW@S1-A.ARPA
  2751.    [TXM]     Trudy Miller        ACC       Trudy@ACC.ARPA
  2752.    [TXN]     Todd Nugent         U CHICAGO Nugent@ANL-MCS.ARPA
  2753.    [UXB]     Ulf Bilting         CHALMERS  bilting@PURDUE.ARPA
  2754.    [WG]      Wayne Graves        LBL       wayne@LBL-CSAM.ARPA
  2755.    [WF3]     William E. Fink     NRLRCD    bill@nrl.ARPA
  2756.    [WIM]     William Macgregor   BBN       macg@BBN.ARPA
  2757.    [WNJ]     Bill Joy            SMI       sun!wnj@UCB-ARPA.ARPA
  2758.    [WXL]     William Lampeter    UR        bill@ROCHESTER.ARPA
  2759.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC.ARPA
  2760.       
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777.  
  2778.  
  2779.  
  2780.  
  2781.  
  2782. Reynolds & Postel                                              [Page 48]
  2783.  
  2784.  
  2785.  
  2786. Assigned Numbers                                                 RFC 943
  2787. Appendix A
  2788.  
  2789.  
  2790.                                APPENDIX A
  2791.  
  2792.    Network Numbers
  2793.  
  2794.       The network numbers in class A, B, and C network addresses are
  2795.       allocated among Research, Defense, Government (Non-Defense) and
  2796.       Commercial uses.
  2797.  
  2798.       Class A (highest-order bit 0)
  2799.  
  2800.          Research allocation:             8
  2801.          Defense allocation:             24
  2802.          Government allocation:          24
  2803.          Commercial allocation:          94
  2804.          Reserved Addresses:   (0, 127)
  2805.          Total                          128
  2806.  
  2807.       Class B (highest-order bits 1-0)
  2808.  
  2809.          Research allocation:          1024
  2810.          Defense allocation:           3072
  2811.          Government allocation:        3072
  2812.          Commercial allocation:       12286
  2813.          Reserved Addresses: (0, 16383)
  2814.          Total                        16384
  2815.  
  2816.       Class C (highest-order bits 1-1-0)
  2817.  
  2818.          Research allocation:           65536
  2819.          Defense allocation:           458725
  2820.          Government allocation:        458725
  2821.          Commercial allocation:       1572862
  2822.          Reserved Addresses: (0, 2097151)
  2823.          Total                        2097152
  2824.  
  2825.       Class D (highest-order bits 1-1-1)
  2826.  
  2827.          All addresses in this class are reserved for future use.
  2828.  
  2829.       Within the Research community, network identifiers will only be
  2830.       granted to applicants who show evidence that they are acquiring
  2831.       standard Bolt Beranek and Newman gateway software or have
  2832.       implemented or are acquiring a gateway meeting the Exterior
  2833.       Gateway Protocol requirements.  Acquisition of the Berkeley BSD
  2834.       4.2 UNIX software might be considered evidence of the latter.
  2835.  
  2836.  
  2837.  
  2838.  
  2839.  
  2840. Reynolds & Postel                                              [Page 49]
  2841.  
  2842.  
  2843.  
  2844. Assigned Numbers                                                 RFC 943
  2845. Appendix A
  2846.  
  2847.  
  2848.       Experimental networks which later become operational need not be
  2849.       renumbered.  Rather, the identifiers could be moved from Research
  2850.       to Defense, Government or Commercial status.  Thus, network
  2851.       identifiers may change state among Research, Defense, Government
  2852.       and Commercial, but the number of identifiers allocated to each
  2853.       use must remain within the limits indicated above.  To make
  2854.       possible this fluid assignment, the network identifier spaces are
  2855.       not allocated by simple partition, but rather by specific
  2856.       assignment.
  2857.  
  2858.    Protocol Identifiers
  2859.  
  2860.       These assignments are shared by the four communities.
  2861.  
  2862.    Port Numbers
  2863.  
  2864.       These assignments are shared by the four communities.
  2865.  
  2866.    ARPANET Link Numbers
  2867.  
  2868.       These assignments are shared by the four communities.
  2869.  
  2870.    IP Version Numbers
  2871.  
  2872.       These assignments are shared by the four communities.
  2873.  
  2874.    TCP, IP and Telnet Option Identifiers
  2875.  
  2876.       These assignments are shared by the four communities.
  2877.  
  2878.    Implementation:
  2879.  
  2880.       Joyce Reynolds is the coordinator for all number assignments.
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898. Reynolds & Postel                                              [Page 50]
  2899.  
  2900.